Html Css Color HEX #85443D Red Robin

📋 copy color: '#85443D'

red 133 ◦ green 68 ◦ blue 61

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

Shades of Red Robin #85443D

Tints of Red Robin #85443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 50.76%
G = 25.95%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85443D (or 0x85443D) is known color: Red Robin. HEX triplet: 85, 44 and 3D. RGB value is (133,68,61). Sum of RGB (Red+Green+Blue) = 133+68+61=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85443D is #7ABBC2. Grayscale: #565656. Windows color (decimal): -8043459 or 4015237. OLE color: 4015237.

HSL color Cylindrical-coordinate representation of color #85443D: hue angle of 5.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85443D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 61 -
CMYK 0 0.49 0.54 0.48
HSL 5.83º 0.37% 0.38% -
HSV(B) 5.83º 0.54% 0.52% -
XYZ 12.58 9.46 5.58 -
YUV 86.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 133 68 61 0 0.49 0.54 0.48 5.83 0.37 0.38
Hex 85 44 3D 0 31 36 30 6 25 26
Octal 205 104 75 0 61 66 60 6 45 46
Binary 10000101 1000100 111101 0 110001 110110 110000 110 100101 100110

Color Harmonies of #85443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85443D

Black with #85443D

Text Example


Text Example

White with #85443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85443D; }

 p { color: rgb(133,68,61); }

 H1.HeaderClassName
 {
   color: #85443D;
 }
 .AnyTagClassName
 {
   color: #85443D;
 }
</style>

background-color css

<style>
 a { background-color: #85443D; }

 a { background-color: rgb(133,68,61); }

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

border-color css

<style>
 span { border-color: #85443D; }

 span { border-color: rgb(133,68,61); }

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