Html Css Color HEX #804135 Red Robin

📋 copy color: '#804135'

red 128 ◦ green 65 ◦ blue 53

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

Shades of Red Robin #804135

Tints of Red Robin #804135

RGB

 RED value IS 128 (50.39% from 255) = 52.03%

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 52.03%
G = 26.42%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#804135 (or 0x804135) is known color: Red Robin. HEX triplet: 80, 41 and 35. RGB value is (128,65,53). Sum of RGB (Red+Green+Blue) = 128+65+53=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804135 is #7FBECA. Grayscale: #525252. Windows color (decimal): -8371915 or 3490176. OLE color: 3490176.

HSL color Cylindrical-coordinate representation of color #804135: hue angle of 9.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804135 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 53 -
CMYK 0 0.49 0.59 0.50
HSL 9.6º 0.41% 0.35% -
HSV(B) 9.6º 0.59% 0.5% -
XYZ 11.43 8.63 4.43 -
YUV 82.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 128 65 53 0 0.49 0.59 0.50 9.6 0.41 0.35
Hex 80 41 35 0 31 3B 32 A 29 23
Octal 200 101 65 0 61 73 62 12 51 43
Binary 10000000 1000001 110101 0 110001 111011 110010 1010 101001 100011

Color Harmonies of #804135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804135

Black with #804135

Text Example


Text Example

White with #804135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804135; }

 p { color: rgb(128,65,53); }

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

background-color css

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

 a { background-color: rgb(128,65,53); }

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

border-color css

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

 span { border-color: rgb(128,65,53); }

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