Html Css Color HEX #82253E Shiraz

📋 copy color: '#82253E'

red 130 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #82253E

Tints of Shiraz #82253E

RGB

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

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

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

R = 56.77%
G = 16.16%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82253E (or 0x82253E) is known color: Shiraz. HEX triplet: 82, 25 and 3E. RGB value is (130,37,62). Sum of RGB (Red+Green+Blue) = 130+37+62=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82253E is #7DDAC1. Grayscale: #434343. Windows color (decimal): -8248002 or 4072834. OLE color: 4072834.

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

Color convert

RGB 130 37 62 -
CMYK 0 0.72 0.52 0.49
HSL 343.87º 0.56% 0.33% -
HSV(B) 343.87º 0.72% 0.51% -
XYZ 10.74 6.42 5.23 -
YUV 67.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 130 37 62 0 0.72 0.52 0.49 343.87 0.56 0.33
Hex 82 25 3E 0 48 34 31 158 38 21
Octal 202 45 76 0 110 64 61 530 70 41
Binary 10000010 100101 111110 0 1001000 110100 110001 101011000 111000 100001

Color Harmonies of #82253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82253E

Black with #82253E

Text Example


Text Example

White with #82253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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