Html Css Color HEX #872235 Shiraz

📋 copy color: '#872235'

red 135 ◦ green 34 ◦ blue 53

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

Shades of Shiraz #872235

Tints of Shiraz #872235

RGB

 RED value IS 135 (53.13% from 255) = 60.81%

 GREEN value IS 34 (13.67% from 255) = 15.32%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 60.81%
G = 15.32%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872235 (or 0x872235) is known color: Shiraz. HEX triplet: 87, 22 and 35. RGB value is (135,34,53). Sum of RGB (Red+Green+Blue) = 135+34+53=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872235 is #78DDCA. Grayscale: #424242. Windows color (decimal): -7921099 or 3482247. OLE color: 3482247.

HSL color Cylindrical-coordinate representation of color #872235: hue angle of 348.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872235 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 53 -
CMYK 0 0.75 0.61 0.47
HSL 348.71º 0.6% 0.33% -
HSV(B) 348.71º 0.75% 0.53% -
XYZ 11.21 6.55 4.04 -
YUV 66.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 135 34 53 0 0.75 0.61 0.47 348.71 0.6 0.33
Hex 87 22 35 0 4B 3D 2F 15D 3C 21
Octal 207 42 65 0 113 75 57 535 74 41
Binary 10000111 100010 110101 0 1001011 111101 101111 101011101 111100 100001

Color Harmonies of #872235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872235

Black with #872235

Text Example


Text Example

White with #872235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872235; }

 p { color: rgb(135,34,53); }

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

background-color css

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

 a { background-color: rgb(135,34,53); }

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

border-color css

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

 span { border-color: rgb(135,34,53); }

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