Html Css Color HEX #802438 Shiraz

📋 copy color: '#802438'

red 128 ◦ green 36 ◦ blue 56

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

Shades of Shiraz #802438

Tints of Shiraz #802438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 58.18%
G = 16.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#802438 (or 0x802438) is known color: Shiraz. HEX triplet: 80, 24 and 38. RGB value is (128,36,56). Sum of RGB (Red+Green+Blue) = 128+36+56=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802438 is #7FDBC7. Grayscale: #414141. Windows color (decimal): -8379336 or 3679360. OLE color: 3679360.

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

Color convert

RGB 128 36 56 -
CMYK 0 0.72 0.56 0.50
HSL 346.96º 0.56% 0.32% -
HSV(B) 346.96º 0.72% 0.5% -
XYZ 10.25 6.14 4.39 -
YUV 65.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 128 36 56 0 0.72 0.56 0.50 346.96 0.56 0.32
Hex 80 24 38 0 48 38 32 15B 38 20
Octal 200 44 70 0 110 70 62 533 70 40
Binary 10000000 100100 111000 0 1001000 111000 110010 101011011 111000 100000

Color Harmonies of #802438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802438

Black with #802438

Text Example


Text Example

White with #802438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802438; }

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

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

background-color css

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

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

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

border-color css

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

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

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