Html Css Color HEX #852333 Shiraz

📋 copy color: '#852333'

red 133 ◦ green 35 ◦ blue 51

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

Shades of Shiraz #852333

Tints of Shiraz #852333

RGB

 RED value IS 133 (52.34% from 255) = 60.73%

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

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 60.73%
G = 15.98%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852333 (or 0x852333) is known color: Shiraz. HEX triplet: 85, 23 and 33. RGB value is (133,35,51). Sum of RGB (Red+Green+Blue) = 133+35+51=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852333 is #7ADCCC. Grayscale: #424242. Windows color (decimal): -8051917 or 3351429. OLE color: 3351429.

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

Color convert

RGB 133 35 51 -
CMYK 0 0.74 0.62 0.48
HSL 350.2º 0.58% 0.33% -
HSV(B) 350.2º 0.74% 0.52% -
XYZ 10.87 6.43 3.8 -
YUV 66.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 133 35 51 0 0.74 0.62 0.48 350.2 0.58 0.33
Hex 85 23 33 0 4A 3E 30 15E 3A 21
Octal 205 43 63 0 112 76 60 536 72 41
Binary 10000101 100011 110011 0 1001010 111110 110000 101011110 111010 100001

Color Harmonies of #852333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852333

Black with #852333

Text Example


Text Example

White with #852333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852333; }

 p { color: rgb(133,35,51); }

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

background-color css

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

 a { background-color: rgb(133,35,51); }

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

border-color css

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

 span { border-color: rgb(133,35,51); }

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