Html Css Color HEX #85352A Crab Apple

📋 copy color: '#85352A'

red 133 ◦ green 53 ◦ blue 42

#85352A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #85352A

Tints of Crab Apple #85352A

RGB

 RED value IS 133 (52.34% from 255) = 58.33%

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 58.33%
G = 23.25%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85352A (or 0x85352A) is known color: Crab Apple. HEX triplet: 85, 35 and 2A. RGB value is (133,53,42). Sum of RGB (Red+Green+Blue) = 133+53+42=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85352A is #7ACAD5. Grayscale: #4B4B4B. Windows color (decimal): -8047318 or 2766213. OLE color: 2766213.

HSL color Cylindrical-coordinate representation of color #85352A: hue angle of 7.25º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85352A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 42 -
CMYK 0 0.60 0.68 0.48
HSL 7.25º 0.52% 0.34% -
HSV(B) 7.25º 0.68% 0.52% -
XYZ 11.36 7.7 3.08 -
YUV 75.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 133 53 42 0 0.60 0.68 0.48 7.25 0.52 0.34
Hex 85 35 2A 0 3C 44 30 7 34 22
Octal 205 65 52 0 74 104 60 7 64 42
Binary 10000101 110101 101010 0 111100 1000100 110000 111 110100 100010

Color Harmonies of #85352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85352A

Black with #85352A

Text Example


Text Example

White with #85352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85352A; }

 p { color: rgb(133,53,42); }

 H1.HeaderClassName
 {
   color: #85352A;
 }
 .AnyTagClassName
 {
   color: #85352A;
 }
</style>

background-color css

<style>
 a { background-color: #85352A; }

 a { background-color: rgb(133,53,42); }

 div.DivClassName
 {
   background-color: #85352A;
 }
 .BgClassName
 {
   background-color: #85352A;
 }
</style>

border-color css

<style>
 span { border-color: #85352A; }

 span { border-color: rgb(133,53,42); }

 td.TdClassName
 {
   border-color: #85352A;
 }
 .TagClassName
 {
   border-color: #85352A;
 }
</style>