Html Css Color HEX #85423C Red Robin

📋 copy color: '#85423C'

red 133 ◦ green 66 ◦ blue 60

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

Shades of Red Robin #85423C

Tints of Red Robin #85423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 51.35%
G = 25.48%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85423C (or 0x85423C) is known color: Red Robin. HEX triplet: 85, 42 and 3C. RGB value is (133,66,60). Sum of RGB (Red+Green+Blue) = 133+66+60=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423C is #7ABDC3. Grayscale: #555555. Windows color (decimal): -8043972 or 3949189. OLE color: 3949189.

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

Color convert

RGB 133 66 60 -
CMYK 0 0.50 0.55 0.48
HSL 4.93º 0.38% 0.38% -
HSV(B) 4.93º 0.55% 0.52% -
XYZ 12.44 9.21 5.4 -
YUV 85.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 133 66 60 0 0.50 0.55 0.48 4.93 0.38 0.38
Hex 85 42 3C 0 32 37 30 5 26 26
Octal 205 102 74 0 62 67 60 5 46 46
Binary 10000101 1000010 111100 0 110010 110111 110000 101 100110 100110

Color Harmonies of #85423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85423C

Black with #85423C

Text Example


Text Example

White with #85423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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