Html Css Color HEX #85233A Shiraz

📋 copy color: '#85233A'

red 133 ◦ green 35 ◦ blue 58

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

Shades of Shiraz #85233A

Tints of Shiraz #85233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 58.85%
G = 15.49%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85233A (or 0x85233A) is known color: Shiraz. HEX triplet: 85, 23 and 3A. RGB value is (133,35,58). Sum of RGB (Red+Green+Blue) = 133+35+58=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85233A is #7ADCC5. Grayscale: #424242. Windows color (decimal): -8051910 or 3810181. OLE color: 3810181.

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

Color convert

RGB 133 35 58 -
CMYK 0 0.74 0.56 0.48
HSL 345.92º 0.58% 0.33% -
HSV(B) 345.92º 0.74% 0.52% -
XYZ 11.04 6.49 4.67 -
YUV 66.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 133 35 58 0 0.74 0.56 0.48 345.92 0.58 0.33
Hex 85 23 3A 0 4A 38 30 15A 3A 21
Octal 205 43 72 0 112 70 60 532 72 41
Binary 10000101 100011 111010 0 1001010 111000 110000 101011010 111010 100001

Color Harmonies of #85233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85233A

Black with #85233A

Text Example


Text Example

White with #85233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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