Html Css Color HEX #84233F Shiraz

📋 copy color: '#84233F'

red 132 ◦ green 35 ◦ blue 63

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

Shades of Shiraz #84233F

Tints of Shiraz #84233F

RGB

 RED value IS 132 (51.95% from 255) = 57.39%

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

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

R = 57.39%
G = 15.22%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84233F (or 0x84233F) is known color: Shiraz. HEX triplet: 84, 23 and 3F. RGB value is (132,35,63). Sum of RGB (Red+Green+Blue) = 132+35+63=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84233F is #7BDCC0. Grayscale: #434343. Windows color (decimal): -8117441 or 4137860. OLE color: 4137860.

HSL color Cylindrical-coordinate representation of color #84233F: hue angle of 342.68º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84233F is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 63 -
CMYK 0 0.73 0.52 0.48
HSL 342.68º 0.58% 0.33% -
HSV(B) 342.68º 0.73% 0.52% -
XYZ 11.01 6.47 5.37 -
YUV 67.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 132 35 63 0 0.73 0.52 0.48 342.68 0.58 0.33
Hex 84 23 3F 0 49 34 30 157 3A 21
Octal 204 43 77 0 111 64 60 527 72 41
Binary 10000100 100011 111111 0 1001001 110100 110000 101010111 111010 100001

Color Harmonies of #84233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84233F

Black with #84233F

Text Example


Text Example

White with #84233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,35,63); }

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

background-color css

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

 a { background-color: rgb(132,35,63); }

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

border-color css

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

 span { border-color: rgb(132,35,63); }

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