Html Css Color HEX #854335 Red Robin

📋 copy color: '#854335'

red 133 ◦ green 67 ◦ blue 53

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

Shades of Red Robin #854335

Tints of Red Robin #854335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 52.57%
G = 26.48%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#854335 (or 0x854335) is known color: Red Robin. HEX triplet: 85, 43 and 35. RGB value is (133,67,53). Sum of RGB (Red+Green+Blue) = 133+67+53=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854335 is #7ABCCA. Grayscale: #555555. Windows color (decimal): -8043723 or 3490693. OLE color: 3490693.

HSL color Cylindrical-coordinate representation of color #854335: hue angle of 10.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854335 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 53 -
CMYK 0 0.50 0.60 0.48
HSL 10.5º 0.43% 0.36% -
HSV(B) 10.5º 0.6% 0.52% -
XYZ 12.32 9.26 4.51 -
YUV 85.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 133 67 53 0 0.50 0.60 0.48 10.5 0.43 0.36
Hex 85 43 35 0 32 3C 30 A 2B 24
Octal 205 103 65 0 62 74 60 12 53 44
Binary 10000101 1000011 110101 0 110010 111100 110000 1010 101011 100100

Color Harmonies of #854335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854335

Black with #854335

Text Example


Text Example

White with #854335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854335; }

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

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

background-color css

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

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

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

border-color css

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

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

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