Html Css Color HEX #85453F Red Robin

📋 copy color: '#85453F'

red 133 ◦ green 69 ◦ blue 63

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

Shades of Red Robin #85453F

Tints of Red Robin #85453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 50.19%
G = 26.04%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85453F (or 0x85453F) is known color: Red Robin. HEX triplet: 85, 45 and 3F. RGB value is (133,69,63). Sum of RGB (Red+Green+Blue) = 133+69+63=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85453F is #7ABAC0. Grayscale: #575757. Windows color (decimal): -8043201 or 4146565. OLE color: 4146565.

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

Color convert

RGB 133 69 63 -
CMYK 0 0.48 0.53 0.48
HSL 5.14º 0.36% 0.38% -
HSV(B) 5.14º 0.53% 0.52% -
XYZ 12.7 9.6 5.89 -
YUV 87.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 133 69 63 0 0.48 0.53 0.48 5.14 0.36 0.38
Hex 85 45 3F 0 30 35 30 5 24 26
Octal 205 105 77 0 60 65 60 5 44 46
Binary 10000101 1000101 111111 0 110000 110101 110000 101 100100 100110

Color Harmonies of #85453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85453F

Black with #85453F

Text Example


Text Example

White with #85453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85453F; }

 p { color: rgb(133,69,63); }

 H1.HeaderClassName
 {
   color: #85453F;
 }
 .AnyTagClassName
 {
   color: #85453F;
 }
</style>

background-color css

<style>
 a { background-color: #85453F; }

 a { background-color: rgb(133,69,63); }

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

border-color css

<style>
 span { border-color: #85453F; }

 span { border-color: rgb(133,69,63); }

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