Html Css Color HEX #804438 Red Robin

📋 copy color: '#804438'

red 128 ◦ green 68 ◦ blue 56

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

Shades of Red Robin #804438

Tints of Red Robin #804438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 50.79%
G = 26.98%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#804438 (or 0x804438) is known color: Red Robin. HEX triplet: 80, 44 and 38. RGB value is (128,68,56). Sum of RGB (Red+Green+Blue) = 128+68+56=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #804438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804438 is #7FBBC7. Grayscale: #545454. Windows color (decimal): -8371144 or 3687552. OLE color: 3687552.

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

Color convert

RGB 128 68 56 -
CMYK 0 0.47 0.56 0.50
HSL 10º 0.39% 0.36% -
HSV(B) 10º 0.56% 0.5% -
XYZ 11.68 9.01 4.86 -
YUV 84.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 128 68 56 0 0.47 0.56 0.50 10 0.39 0.36
Hex 80 44 38 0 2F 38 32 A 27 24
Octal 200 104 70 0 57 70 62 12 47 44
Binary 10000000 1000100 111000 0 101111 111000 110010 1010 100111 100100

Color Harmonies of #804438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804438

Black with #804438

Text Example


Text Example

White with #804438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804438; }

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

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

background-color css

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

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

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

border-color css

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

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

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