Html Css Color HEX #84253C Shiraz

📋 copy color: '#84253C'

red 132 ◦ green 37 ◦ blue 60

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

Shades of Shiraz #84253C

Tints of Shiraz #84253C

RGB

 RED value IS 132 (51.95% from 255) = 57.64%

 GREEN value IS 37 (14.84% from 255) = 16.16%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 57.64%
G = 16.16%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84253C (or 0x84253C) is known color: Shiraz. HEX triplet: 84, 25 and 3C. RGB value is (132,37,60). Sum of RGB (Red+Green+Blue) = 132+37+60=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253C is #7BDAC3. Grayscale: #444444. Windows color (decimal): -8116932 or 3941764. OLE color: 3941764.

HSL color Cylindrical-coordinate representation of color #84253C: hue angle of 345.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84253C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 60 -
CMYK 0 0.72 0.55 0.48
HSL 345.47º 0.56% 0.33% -
HSV(B) 345.47º 0.72% 0.52% -
XYZ 10.99 6.55 4.96 -
YUV 68.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 132 37 60 0 0.72 0.55 0.48 345.47 0.56 0.33
Hex 84 25 3C 0 48 37 30 159 38 21
Octal 204 45 74 0 110 67 60 531 70 41
Binary 10000100 100101 111100 0 1001000 110111 110000 101011001 111000 100001

Color Harmonies of #84253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84253C

Black with #84253C

Text Example


Text Example

White with #84253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84253C; }

 p { color: rgb(132,37,60); }

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

background-color css

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

 a { background-color: rgb(132,37,60); }

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

border-color css

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

 span { border-color: rgb(132,37,60); }

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