Html Css Color HEX #80403B Red Robin

📋 copy color: '#80403B'

red 128 ◦ green 64 ◦ blue 59

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

Shades of Red Robin #80403B

Tints of Red Robin #80403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 51%
G = 25.5%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80403B (or 0x80403B) is known color: Red Robin. HEX triplet: 80, 40 and 3B. RGB value is (128,64,59). Sum of RGB (Red+Green+Blue) = 128+64+59=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80403B is #7FBFC4. Grayscale: #525252. Windows color (decimal): -8372165 or 3883136. OLE color: 3883136.

HSL color Cylindrical-coordinate representation of color #80403B: hue angle of 4.35º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80403B is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 59 -
CMYK 0 0.5 0.54 0.50
HSL 4.35º 0.37% 0.37% -
HSV(B) 4.35º 0.54% 0.5% -
XYZ 11.52 8.57 5.18 -
YUV 82.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 128 64 59 0 0.5 0.54 0.50 4.35 0.37 0.37
Hex 80 40 3B 0 32 36 32 4 25 25
Octal 200 100 73 0 62 66 62 4 45 45
Binary 10000000 1000000 111011 0 110010 110110 110010 100 100101 100101

Color Harmonies of #80403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80403B

Black with #80403B

Text Example


Text Example

White with #80403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80403B; }

 p { color: rgb(128,64,59); }

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

background-color css

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

 a { background-color: rgb(128,64,59); }

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

border-color css

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

 span { border-color: rgb(128,64,59); }

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