Html Css Color HEX #832530 Shiraz

📋 copy color: '#832530'

red 131 ◦ green 37 ◦ blue 48

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

Shades of Shiraz #832530

Tints of Shiraz #832530

RGB

 RED value IS 131 (51.56% from 255) = 60.65%

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 60.65%
G = 17.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832530 (or 0x832530) is known color: Shiraz. HEX triplet: 83, 25 and 30. RGB value is (131,37,48). Sum of RGB (Red+Green+Blue) = 131+37+48=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #832530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832530 is #7CDACF. Grayscale: #424242. Windows color (decimal): -8182480 or 3155331. OLE color: 3155331.

HSL color Cylindrical-coordinate representation of color #832530: hue angle of 352.98º 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 #832530 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 48 -
CMYK 0 0.72 0.63 0.49
HSL 352.98º 0.56% 0.33% -
HSV(B) 352.98º 0.72% 0.51% -
XYZ 10.56 6.36 3.47 -
YUV 66.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 131 37 48 0 0.72 0.63 0.49 352.98 0.56 0.33
Hex 83 25 30 0 48 3F 31 161 38 21
Octal 203 45 60 0 110 77 61 541 70 41
Binary 10000011 100101 110000 0 1001000 111111 110001 101100001 111000 100001

Color Harmonies of #832530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832530

Black with #832530

Text Example


Text Example

White with #832530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832530; }

 p { color: rgb(131,37,48); }

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

background-color css

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

 a { background-color: rgb(131,37,48); }

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

border-color css

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

 span { border-color: rgb(131,37,48); }

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