Html Css Color HEX #83233C Shiraz

📋 copy color: '#83233C'

red 131 ◦ green 35 ◦ blue 60

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

Shades of Shiraz #83233C

Tints of Shiraz #83233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 57.96%
G = 15.49%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83233C (or 0x83233C) is known color: Shiraz. HEX triplet: 83, 23 and 3C. RGB value is (131,35,60). Sum of RGB (Red+Green+Blue) = 131+35+60=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83233C is #7CDCC3. Grayscale: #424242. Windows color (decimal): -8182980 or 3941251. OLE color: 3941251.

HSL color Cylindrical-coordinate representation of color #83233C: hue angle of 344.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83233C is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 60 -
CMYK 0 0.73 0.54 0.49
HSL 344.38º 0.58% 0.33% -
HSV(B) 344.38º 0.73% 0.51% -
XYZ 10.78 6.35 4.93 -
YUV 66.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 131 35 60 0 0.73 0.54 0.49 344.38 0.58 0.33
Hex 83 23 3C 0 49 36 31 158 3A 21
Octal 203 43 74 0 111 66 61 530 72 41
Binary 10000011 100011 111100 0 1001001 110110 110001 101011000 111010 100001

Color Harmonies of #83233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83233C

Black with #83233C

Text Example


Text Example

White with #83233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83233C; }

 p { color: rgb(131,35,60); }

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

background-color css

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

 a { background-color: rgb(131,35,60); }

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

border-color css

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

 span { border-color: rgb(131,35,60); }

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