Html Css Color HEX #83223F Shiraz

📋 copy color: '#83223F'

red 131 ◦ green 34 ◦ blue 63

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

Shades of Shiraz #83223F

Tints of Shiraz #83223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

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

R = 57.46%
G = 14.91%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83223F (or 0x83223F) is known color: Shiraz. HEX triplet: 83, 22 and 3F. RGB value is (131,34,63). Sum of RGB (Red+Green+Blue) = 131+34+63=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83223F is #7CDDC0. Grayscale: #424242. Windows color (decimal): -8183233 or 4137603. OLE color: 4137603.

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

Color convert

RGB 131 34 63 -
CMYK 0 0.74 0.52 0.49
HSL 342.06º 0.59% 0.32% -
HSV(B) 342.06º 0.74% 0.51% -
XYZ 10.83 6.33 5.35 -
YUV 66.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 131 34 63 0 0.74 0.52 0.49 342.06 0.59 0.32
Hex 83 22 3F 0 4A 34 31 156 3B 20
Octal 203 42 77 0 112 64 61 526 73 40
Binary 10000011 100010 111111 0 1001010 110100 110001 101010110 111011 100000

Color Harmonies of #83223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83223F

Black with #83223F

Text Example


Text Example

White with #83223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,34,63); }

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

background-color css

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

 a { background-color: rgb(131,34,63); }

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

border-color css

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

 span { border-color: rgb(131,34,63); }

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