Html Css Color HEX #803F3C Red Robin

📋 copy color: '#803F3C'

red 128 ◦ green 63 ◦ blue 60

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

Shades of Red Robin #803F3C

Tints of Red Robin #803F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 51%
G = 25.1%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#803F3C (or 0x803F3C) is known color: Red Robin. HEX triplet: 80, 3F and 3C. RGB value is (128,63,60). Sum of RGB (Red+Green+Blue) = 128+63+60=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F3C is #7FC0C3. Grayscale: #525252. Windows color (decimal): -8372420 or 3948416. OLE color: 3948416.

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

Color convert

RGB 128 63 60 -
CMYK 0 0.51 0.53 0.50
HSL 2.65º 0.36% 0.37% -
HSV(B) 2.65º 0.53% 0.5% -
XYZ 11.5 8.47 5.3 -
YUV 82.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 128 63 60 0 0.51 0.53 0.50 2.65 0.36 0.37
Hex 80 3F 3C 0 33 35 32 3 24 25
Octal 200 77 74 0 63 65 62 3 44 45
Binary 10000000 111111 111100 0 110011 110101 110010 11 100100 100101

Color Harmonies of #803F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F3C

Black with #803F3C

Text Example


Text Example

White with #803F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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