Html Css Color HEX #82203F Shiraz

📋 copy color: '#82203F'

red 130 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #82203F

Tints of Shiraz #82203F

RGB

 RED value IS 130 (51.17% from 255) = 57.78%

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 57.78%
G = 14.22%
B = 28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82203F (or 0x82203F) is known color: Shiraz. HEX triplet: 82, 20 and 3F. RGB value is (130,32,63). Sum of RGB (Red+Green+Blue) = 130+32+63=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82203F is #7DDFC0. Grayscale: #404040. Windows color (decimal): -8249281 or 4137090. OLE color: 4137090.

HSL color Cylindrical-coordinate representation of color #82203F: hue angle of 341.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82203F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 63 -
CMYK 0 0.75 0.52 0.49
HSL 341.02º 0.6% 0.32% -
HSV(B) 341.02º 0.75% 0.51% -
XYZ 10.62 6.14 5.33 -
YUV 64.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 130 32 63 0 0.75 0.52 0.49 341.02 0.6 0.32
Hex 82 20 3F 0 4B 34 31 155 3C 20
Octal 202 40 77 0 113 64 61 525 74 40
Binary 10000010 100000 111111 0 1001011 110100 110001 101010101 111100 100000

Color Harmonies of #82203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82203F

Black with #82203F

Text Example


Text Example

White with #82203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,32,63); }

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

background-color css

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

 a { background-color: rgb(130,32,63); }

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

border-color css

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

 span { border-color: rgb(130,32,63); }

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