Html Css Color HEX #803F38 Red Robin

📋 copy color: '#803F38'

red 128 ◦ green 63 ◦ blue 56

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

Shades of Red Robin #803F38

Tints of Red Robin #803F38

RGB

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

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

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

R = 51.82%
G = 25.51%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#803F38 (or 0x803F38) is known color: Red Robin. HEX triplet: 80, 3F and 38. RGB value is (128,63,56). Sum of RGB (Red+Green+Blue) = 128+63+56=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #803F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F38 is #7FC0C7. Grayscale: #515151. Windows color (decimal): -8372424 or 3686272. OLE color: 3686272.

HSL color Cylindrical-coordinate representation of color #803F38: hue angle of 5.83º 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 #803F38 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 56 -
CMYK 0 0.51 0.56 0.50
HSL 5.83º 0.39% 0.36% -
HSV(B) 5.83º 0.56% 0.5% -
XYZ 11.39 8.43 4.77 -
YUV 81.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 128 63 56 0 0.51 0.56 0.50 5.83 0.39 0.36
Hex 80 3F 38 0 33 38 32 6 27 24
Octal 200 77 70 0 63 70 62 6 47 44
Binary 10000000 111111 111000 0 110011 111000 110010 110 100111 100100

Color Harmonies of #803F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F38

Black with #803F38

Text Example


Text Example

White with #803F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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