Html Css Color HEX #803D32 Red Robin

📋 copy color: '#803D32'

red 128 ◦ green 61 ◦ blue 50

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

Shades of Red Robin #803D32

Tints of Red Robin #803D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 53.56%
G = 25.52%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#803D32 (or 0x803D32) is known color: Red Robin. HEX triplet: 80, 3D and 32. RGB value is (128,61,50). Sum of RGB (Red+Green+Blue) = 128+61+50=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #803D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D32 is #7FC2CD. Grayscale: #4F4F4F. Windows color (decimal): -8372942 or 3292544. OLE color: 3292544.

HSL color Cylindrical-coordinate representation of color #803D32: hue angle of 8.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803D32 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 50 -
CMYK 0 0.52 0.61 0.50
HSL 8.46º 0.44% 0.35% -
HSV(B) 8.46º 0.61% 0.5% -
XYZ 11.15 8.16 4 -
YUV 79.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 128 61 50 0 0.52 0.61 0.50 8.46 0.44 0.35
Hex 80 3D 32 0 34 3D 32 8 2C 23
Octal 200 75 62 0 64 75 62 10 54 43
Binary 10000000 111101 110010 0 110100 111101 110010 1000 101100 100011

Color Harmonies of #803D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D32

Black with #803D32

Text Example


Text Example

White with #803D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803D32; }

 p { color: rgb(128,61,50); }

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

background-color css

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

 a { background-color: rgb(128,61,50); }

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

border-color css

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

 span { border-color: rgb(128,61,50); }

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