Html Css Color HEX #85233F Shiraz

📋 copy color: '#85233F'

red 133 ◦ green 35 ◦ blue 63

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

Shades of Shiraz #85233F

Tints of Shiraz #85233F

RGB

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

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

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

R = 57.58%
G = 15.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85233F (or 0x85233F) is known color: Shiraz. HEX triplet: 85, 23 and 3F. RGB value is (133,35,63). Sum of RGB (Red+Green+Blue) = 133+35+63=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85233F is #7ADCC0. Grayscale: #434343. Windows color (decimal): -8051905 or 4137861. OLE color: 4137861.

HSL color Cylindrical-coordinate representation of color #85233F: hue angle of 342.86º 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 #85233F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 63 -
CMYK 0 0.74 0.53 0.48
HSL 342.86º 0.58% 0.33% -
HSV(B) 342.86º 0.74% 0.52% -
XYZ 11.17 6.55 5.38 -
YUV 67.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 133 35 63 0 0.74 0.53 0.48 342.86 0.58 0.33
Hex 85 23 3F 0 4A 35 30 157 3A 21
Octal 205 43 77 0 112 65 60 527 72 41
Binary 10000101 100011 111111 0 1001010 110101 110000 101010111 111010 100001

Color Harmonies of #85233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85233F

Black with #85233F

Text Example


Text Example

White with #85233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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