Html Css Color HEX #87233F Shiraz

📋 copy color: '#87233F'

red 135 ◦ green 35 ◦ blue 63

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

Shades of Shiraz #87233F

Tints of Shiraz #87233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.04%

R = 57.94%
G = 15.02%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87233F (or 0x87233F) is known color: Shiraz. HEX triplet: 87, 23 and 3F. RGB value is (135,35,63). Sum of RGB (Red+Green+Blue) = 135+35+63=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233F is #78DCC0. Grayscale: #444444. Windows color (decimal): -7920833 or 4137863. OLE color: 4137863.

HSL color Cylindrical-coordinate representation of color #87233F: hue angle of 343.2º 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 #87233F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 35 63 -
CMYK 0 0.74 0.53 0.47
HSL 343.2º 0.59% 0.33% -
HSV(B) 343.2º 0.74% 0.53% -
XYZ 11.49 6.71 5.39 -
YUV 68.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 135 35 63 0 0.74 0.53 0.47 343.2 0.59 0.33
Hex 87 23 3F 0 4A 35 2F 157 3B 21
Octal 207 43 77 0 112 65 57 527 73 41
Binary 10000111 100011 111111 0 1001010 110101 101111 101010111 111011 100001

Color Harmonies of #87233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87233F

Black with #87233F

Text Example


Text Example

White with #87233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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