Html Css Color HEX #803C38 Red Robin

📋 copy color: '#803C38'

red 128 ◦ green 60 ◦ blue 56

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

Shades of Red Robin #803C38

Tints of Red Robin #803C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 52.46%
G = 24.59%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#803C38 (or 0x803C38) is known color: Red Robin. HEX triplet: 80, 3C and 38. RGB value is (128,60,56). Sum of RGB (Red+Green+Blue) = 128+60+56=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #803C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C38 is #7FC3C7. Grayscale: #4F4F4F. Windows color (decimal): -8373192 or 3685504. OLE color: 3685504.

HSL color Cylindrical-coordinate representation of color #803C38: hue angle of 3.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803C38 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 56 -
CMYK 0 0.53 0.56 0.50
HSL 3.33º 0.39% 0.36% -
HSV(B) 3.33º 0.56% 0.5% -
XYZ 11.23 8.11 4.71 -
YUV 79.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 128 60 56 0 0.53 0.56 0.50 3.33 0.39 0.36
Hex 80 3C 38 0 35 38 32 3 27 24
Octal 200 74 70 0 65 70 62 3 47 44
Binary 10000000 111100 111000 0 110101 111000 110010 11 100111 100100

Color Harmonies of #803C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C38

Black with #803C38

Text Example


Text Example

White with #803C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,60,56); }

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

background-color css

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

 a { background-color: rgb(128,60,56); }

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

border-color css

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

 span { border-color: rgb(128,60,56); }

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