Html Css Color HEX #804338 Red Robin

📋 copy color: '#804338'

red 128 ◦ green 67 ◦ blue 56

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

Shades of Red Robin #804338

Tints of Red Robin #804338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 51%
G = 26.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#804338 (or 0x804338) is known color: Red Robin. HEX triplet: 80, 43 and 38. RGB value is (128,67,56). Sum of RGB (Red+Green+Blue) = 128+67+56=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804338 is #7FBCC7. Grayscale: #545454. Windows color (decimal): -8371400 or 3687296. OLE color: 3687296.

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

Color convert

RGB 128 67 56 -
CMYK 0 0.48 0.56 0.50
HSL 9.17º 0.39% 0.36% -
HSV(B) 9.17º 0.56% 0.5% -
XYZ 11.62 8.89 4.84 -
YUV 83.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 128 67 56 0 0.48 0.56 0.50 9.17 0.39 0.36
Hex 80 43 38 0 30 38 32 9 27 24
Octal 200 103 70 0 60 70 62 11 47 44
Binary 10000000 1000011 111000 0 110000 111000 110010 1001 100111 100100

Color Harmonies of #804338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804338

Black with #804338

Text Example


Text Example

White with #804338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804338; }

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

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

background-color css

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

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

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

border-color css

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

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

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