Html Css Color HEX #882433 Shiraz

📋 copy color: '#882433'

red 136 ◦ green 36 ◦ blue 51

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

Shades of Shiraz #882433

Tints of Shiraz #882433

RGB

 RED value IS 136 (53.52% from 255) = 60.99%

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

 BLUE value IS 51 (20.31% from 255) = 22.87%

R = 60.99%
G = 16.14%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882433 (or 0x882433) is known color: Shiraz. HEX triplet: 88, 24 and 33. RGB value is (136,36,51). Sum of RGB (Red+Green+Blue) = 136+36+51=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882433 is #77DBCC. Grayscale: #434343. Windows color (decimal): -7855053 or 3351688. OLE color: 3351688.

HSL color Cylindrical-coordinate representation of color #882433: hue angle of 351º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882433 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 51 -
CMYK 0 0.74 0.62 0.47
HSL 351º 0.58% 0.34% -
HSV(B) 351º 0.74% 0.53% -
XYZ 11.38 6.74 3.83 -
YUV 67.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 136 36 51 0 0.74 0.62 0.47 351 0.58 0.34
Hex 88 24 33 0 4A 3E 2F 15F 3A 22
Octal 210 44 63 0 112 76 57 537 72 42
Binary 10001000 100100 110011 0 1001010 111110 101111 101011111 111010 100010

Color Harmonies of #882433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882433

Black with #882433

Text Example


Text Example

White with #882433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882433; }

 p { color: rgb(136,36,51); }

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

background-color css

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

 a { background-color: rgb(136,36,51); }

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

border-color css

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

 span { border-color: rgb(136,36,51); }

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