Html Css Color HEX #84253E Shiraz

📋 copy color: '#84253E'

red 132 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #84253E

Tints of Shiraz #84253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 57.14%
G = 16.02%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#84253E (or 0x84253E) is known color: Shiraz. HEX triplet: 84, 25 and 3E. RGB value is (132,37,62). Sum of RGB (Red+Green+Blue) = 132+37+62=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253E is #7BDAC1. Grayscale: #444444. Windows color (decimal): -8116930 or 4072836. OLE color: 4072836.

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

Color convert

RGB 132 37 62 -
CMYK 0 0.72 0.53 0.48
HSL 344.21º 0.56% 0.33% -
HSV(B) 344.21º 0.72% 0.52% -
XYZ 11.05 6.58 5.24 -
YUV 68.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 132 37 62 0 0.72 0.53 0.48 344.21 0.56 0.33
Hex 84 25 3E 0 48 35 30 158 38 21
Octal 204 45 76 0 110 65 60 530 70 41
Binary 10000100 100101 111110 0 1001000 110101 110000 101011000 111000 100001

Color Harmonies of #84253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84253E

Black with #84253E

Text Example


Text Example

White with #84253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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