Html Css Color HEX #87233A Shiraz

📋 copy color: '#87233A'

red 135 ◦ green 35 ◦ blue 58

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

Shades of Shiraz #87233A

Tints of Shiraz #87233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 59.21%
G = 15.35%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87233A (or 0x87233A) is known color: Shiraz. HEX triplet: 87, 23 and 3A. RGB value is (135,35,58). Sum of RGB (Red+Green+Blue) = 135+35+58=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233A is #78DCC5. Grayscale: #434343. Windows color (decimal): -7920838 or 3810183. OLE color: 3810183.

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

Color convert

RGB 135 35 58 -
CMYK 0 0.74 0.57 0.47
HSL 346.2º 0.59% 0.33% -
HSV(B) 346.2º 0.74% 0.53% -
XYZ 11.36 6.66 4.69 -
YUV 67.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 135 35 58 0 0.74 0.57 0.47 346.2 0.59 0.33
Hex 87 23 3A 0 4A 39 2F 15A 3B 21
Octal 207 43 72 0 112 71 57 532 73 41
Binary 10000111 100011 111010 0 1001010 111001 101111 101011010 111011 100001

Color Harmonies of #87233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87233A

Black with #87233A

Text Example


Text Example

White with #87233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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