Html Css Color HEX #832D35 Shiraz

📋 copy color: '#832D35'

red 131 ◦ green 45 ◦ blue 53

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

Shades of Shiraz #832D35

Tints of Shiraz #832D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 57.21%
G = 19.65%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832D35 (or 0x832D35) is known color: Shiraz. HEX triplet: 83, 2D and 35. RGB value is (131,45,53). Sum of RGB (Red+Green+Blue) = 131+45+53=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #832D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D35 is #7CD2CA. Grayscale: #474747. Windows color (decimal): -8180427 or 3485059. OLE color: 3485059.

HSL color Cylindrical-coordinate representation of color #832D35: hue angle of 354.42º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D35 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 53 -
CMYK 0 0.66 0.60 0.49
HSL 354.42º 0.49% 0.35% -
HSV(B) 354.42º 0.66% 0.51% -
XYZ 10.94 6.96 4.13 -
YUV 71.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 131 45 53 0 0.66 0.60 0.49 354.42 0.49 0.35
Hex 83 2D 35 0 42 3C 31 162 31 23
Octal 203 55 65 0 102 74 61 542 61 43
Binary 10000011 101101 110101 0 1000010 111100 110001 101100010 110001 100011

Color Harmonies of #832D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D35

Black with #832D35

Text Example


Text Example

White with #832D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832D35; }

 p { color: rgb(131,45,53); }

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

background-color css

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

 a { background-color: rgb(131,45,53); }

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

border-color css

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

 span { border-color: rgb(131,45,53); }

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