Html Css Color HEX #85433D Red Robin

📋 copy color: '#85433D'

red 133 ◦ green 67 ◦ blue 61

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

Shades of Red Robin #85433D

Tints of Red Robin #85433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 50.96%
G = 25.67%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85433D (or 0x85433D) is known color: Red Robin. HEX triplet: 85, 43 and 3D. RGB value is (133,67,61). Sum of RGB (Red+Green+Blue) = 133+67+61=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85433D is #7ABCC2. Grayscale: #565656. Windows color (decimal): -8043715 or 4014981. OLE color: 4014981.

HSL color Cylindrical-coordinate representation of color #85433D: hue angle of 5º 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 #85433D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 61 -
CMYK 0 0.50 0.54 0.48
HSL 0.37% 0.38% -
HSV(B) 0.54% 0.52% -
XYZ 12.52 9.34 5.56 -
YUV 86.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 133 67 61 0 0.50 0.54 0.48 5 0.37 0.38
Hex 85 43 3D 0 32 36 30 5 25 26
Octal 205 103 75 0 62 66 60 5 45 46
Binary 10000101 1000011 111101 0 110010 110110 110000 101 100101 100110

Color Harmonies of #85433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85433D

Black with #85433D

Text Example


Text Example

White with #85433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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