Html Css Color HEX #87233B Shiraz

📋 copy color: '#87233B'

red 135 ◦ green 35 ◦ blue 59

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

Shades of Shiraz #87233B

Tints of Shiraz #87233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 58.95%
G = 15.28%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87233B (or 0x87233B) is known color: Shiraz. HEX triplet: 87, 23 and 3B. RGB value is (135,35,59). Sum of RGB (Red+Green+Blue) = 135+35+59=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233B is #78DCC4. Grayscale: #434343. Windows color (decimal): -7920837 or 3875719. OLE color: 3875719.

HSL color Cylindrical-coordinate representation of color #87233B: hue angle of 345.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87233B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 35 59 -
CMYK 0 0.74 0.56 0.47
HSL 345.6º 0.59% 0.33% -
HSV(B) 345.6º 0.74% 0.53% -
XYZ 11.38 6.67 4.82 -
YUV 67.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 135 35 59 0 0.74 0.56 0.47 345.6 0.59 0.33
Hex 87 23 3B 0 4A 38 2F 15A 3B 21
Octal 207 43 73 0 112 70 57 532 73 41
Binary 10000111 100011 111011 0 1001010 111000 101111 101011010 111011 100001

Color Harmonies of #87233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87233B

Black with #87233B

Text Example


Text Example

White with #87233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87233B; }

 p { color: rgb(135,35,59); }

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

background-color css

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

 a { background-color: rgb(135,35,59); }

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

border-color css

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

 span { border-color: rgb(135,35,59); }

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