Html Css Color HEX #852135 Shiraz

📋 copy color: '#852135'

red 133 ◦ green 33 ◦ blue 53

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

Shades of Shiraz #852135

Tints of Shiraz #852135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 60.73%
G = 15.07%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#852135 (or 0x852135) is known color: Shiraz. HEX triplet: 85, 21 and 35. RGB value is (133,33,53). Sum of RGB (Red+Green+Blue) = 133+33+53=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852135 is #7ADECA. Grayscale: #414141. Windows color (decimal): -8052427 or 3481989. OLE color: 3481989.

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

Color convert

RGB 133 33 53 -
CMYK 0 0.75 0.60 0.48
HSL 348º 0.6% 0.33% -
HSV(B) 348º 0.75% 0.52% -
XYZ 10.86 6.33 4.02 -
YUV 65.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 133 33 53 0 0.75 0.60 0.48 348 0.6 0.33
Hex 85 21 35 0 4B 3C 30 15C 3C 21
Octal 205 41 65 0 113 74 60 534 74 41
Binary 10000101 100001 110101 0 1001011 111100 110000 101011100 111100 100001

Color Harmonies of #852135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852135

Black with #852135

Text Example


Text Example

White with #852135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852135; }

 p { color: rgb(133,33,53); }

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

background-color css

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

 a { background-color: rgb(133,33,53); }

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

border-color css

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

 span { border-color: rgb(133,33,53); }

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