Html Css Color HEX #85453D Red Robin

📋 copy color: '#85453D'

red 133 ◦ green 69 ◦ blue 61

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

Shades of Red Robin #85453D

Tints of Red Robin #85453D

RGB

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

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

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

R = 50.57%
G = 26.24%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85453D (or 0x85453D) is known color: Red Robin. HEX triplet: 85, 45 and 3D. RGB value is (133,69,61). Sum of RGB (Red+Green+Blue) = 133+69+61=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85453D is #7ABAC2. Grayscale: #575757. Windows color (decimal): -8043203 or 4015493. OLE color: 4015493.

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

Color convert

RGB 133 69 61 -
CMYK 0 0.48 0.54 0.48
HSL 6.67º 0.37% 0.38% -
HSV(B) 6.67º 0.54% 0.52% -
XYZ 12.64 9.58 5.6 -
YUV 87.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 133 69 61 0 0.48 0.54 0.48 6.67 0.37 0.38
Hex 85 45 3D 0 30 36 30 7 25 26
Octal 205 105 75 0 60 66 60 7 45 46
Binary 10000101 1000101 111101 0 110000 110110 110000 111 100101 100110

Color Harmonies of #85453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85453D

Black with #85453D

Text Example


Text Example

White with #85453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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