Html Css Color HEX #84253A Shiraz

📋 copy color: '#84253A'

red 132 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #84253A

Tints of Shiraz #84253A

RGB

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

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

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

R = 58.15%
G = 16.3%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84253A (or 0x84253A) is known color: Shiraz. HEX triplet: 84, 25 and 3A. RGB value is (132,37,58). Sum of RGB (Red+Green+Blue) = 132+37+58=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253A is #7BDAC5. Grayscale: #434343. Windows color (decimal): -8116934 or 3810692. OLE color: 3810692.

HSL color Cylindrical-coordinate representation of color #84253A: hue angle of 346.74º 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 #84253A is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 37 58 -
CMYK 0 0.72 0.56 0.48
HSL 346.74º 0.56% 0.33% -
HSV(B) 346.74º 0.72% 0.52% -
XYZ 10.94 6.53 4.69 -
YUV 67.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 132 37 58 0 0.72 0.56 0.48 346.74 0.56 0.33
Hex 84 25 3A 0 48 38 30 15B 38 21
Octal 204 45 72 0 110 70 60 533 70 41
Binary 10000100 100101 111010 0 1001000 111000 110000 101011011 111000 100001

Color Harmonies of #84253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84253A

Black with #84253A

Text Example


Text Example

White with #84253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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