Html Css Color HEX #85312A Crab Apple

📋 copy color: '#85312A'

red 133 ◦ green 49 ◦ blue 42

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

Shades of Crab Apple #85312A

Tints of Crab Apple #85312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 59.38%
G = 21.88%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85312A (or 0x85312A) is known color: Crab Apple. HEX triplet: 85, 31 and 2A. RGB value is (133,49,42). Sum of RGB (Red+Green+Blue) = 133+49+42=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85312A is #7ACED5. Grayscale: #494949. Windows color (decimal): -8048342 or 2765189. OLE color: 2765189.

HSL color Cylindrical-coordinate representation of color #85312A: hue angle of 4.62º 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 #85312A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 42 -
CMYK 0 0.63 0.68 0.48
HSL 4.62º 0.52% 0.34% -
HSV(B) 4.62º 0.68% 0.52% -
XYZ 11.19 7.35 3.02 -
YUV 73.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 133 49 42 0 0.63 0.68 0.48 4.62 0.52 0.34
Hex 85 31 2A 0 3F 44 30 5 34 22
Octal 205 61 52 0 77 104 60 5 64 42
Binary 10000101 110001 101010 0 111111 1000100 110000 101 110100 100010

Color Harmonies of #85312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85312A

Black with #85312A

Text Example


Text Example

White with #85312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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