Html Css Color HEX #85423B Red Robin

📋 copy color: '#85423B'

red 133 ◦ green 66 ◦ blue 59

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

Shades of Red Robin #85423B

Tints of Red Robin #85423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 51.55%
G = 25.58%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85423B (or 0x85423B) is known color: Red Robin. HEX triplet: 85, 42 and 3B. RGB value is (133,66,59). Sum of RGB (Red+Green+Blue) = 133+66+59=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423B is #7ABDC4. Grayscale: #555555. Windows color (decimal): -8043973 or 3883653. OLE color: 3883653.

HSL color Cylindrical-coordinate representation of color #85423B: hue angle of 5.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85423B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 59 -
CMYK 0 0.50 0.56 0.48
HSL 5.68º 0.39% 0.38% -
HSV(B) 5.68º 0.56% 0.52% -
XYZ 12.41 9.2 5.26 -
YUV 85.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 133 66 59 0 0.50 0.56 0.48 5.68 0.39 0.38
Hex 85 42 3B 0 32 38 30 6 27 26
Octal 205 102 73 0 62 70 60 6 47 46
Binary 10000101 1000010 111011 0 110010 111000 110000 110 100111 100110

Color Harmonies of #85423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85423B

Black with #85423B

Text Example


Text Example

White with #85423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85423B; }

 p { color: rgb(133,66,59); }

 H1.HeaderClassName
 {
   color: #85423B;
 }
 .AnyTagClassName
 {
   color: #85423B;
 }
</style>

background-color css

<style>
 a { background-color: #85423B; }

 a { background-color: rgb(133,66,59); }

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

border-color css

<style>
 span { border-color: #85423B; }

 span { border-color: rgb(133,66,59); }

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