Html Css Color HEX #852630 Shiraz

📋 copy color: '#852630'

red 133 ◦ green 38 ◦ blue 48

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

Shades of Shiraz #852630

Tints of Shiraz #852630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 60.73%
G = 17.35%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#852630 (or 0x852630) is known color: Shiraz. HEX triplet: 85, 26 and 30. RGB value is (133,38,48). Sum of RGB (Red+Green+Blue) = 133+38+48=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852630 is #7AD9CF. Grayscale: #434343. Windows color (decimal): -8051152 or 3155589. OLE color: 3155589.

HSL color Cylindrical-coordinate representation of color #852630: hue angle of 353.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852630 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 48 -
CMYK 0 0.71 0.64 0.48
HSL 353.68º 0.56% 0.34% -
HSV(B) 353.68º 0.71% 0.52% -
XYZ 10.9 6.59 3.49 -
YUV 67.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 133 38 48 0 0.71 0.64 0.48 353.68 0.56 0.34
Hex 85 26 30 0 47 40 30 162 38 22
Octal 205 46 60 0 107 100 60 542 70 42
Binary 10000101 100110 110000 0 1000111 1000000 110000 101100010 111000 100010

Color Harmonies of #852630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852630

Black with #852630

Text Example


Text Example

White with #852630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852630; }

 p { color: rgb(133,38,48); }

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

background-color css

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

 a { background-color: rgb(133,38,48); }

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

border-color css

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

 span { border-color: rgb(133,38,48); }

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