Html Css Color HEX #852430 Shiraz

📋 copy color: '#852430'

red 133 ◦ green 36 ◦ blue 48

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

Shades of Shiraz #852430

Tints of Shiraz #852430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 61.29%
G = 16.59%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#852430 (or 0x852430) is known color: Shiraz. HEX triplet: 85, 24 and 30. RGB value is (133,36,48). Sum of RGB (Red+Green+Blue) = 133+36+48=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852430 is #7ADBCF. Grayscale: #424242. Windows color (decimal): -8051664 or 3155077. OLE color: 3155077.

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

Color convert

RGB 133 36 48 -
CMYK 0 0.73 0.64 0.48
HSL 352.58º 0.57% 0.33% -
HSV(B) 352.58º 0.73% 0.52% -
XYZ 10.84 6.46 3.47 -
YUV 66.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 133 36 48 0 0.73 0.64 0.48 352.58 0.57 0.33
Hex 85 24 30 0 49 40 30 161 39 21
Octal 205 44 60 0 111 100 60 541 71 41
Binary 10000101 100100 110000 0 1001001 1000000 110000 101100001 111001 100001

Color Harmonies of #852430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852430

Black with #852430

Text Example


Text Example

White with #852430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852430; }

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

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

background-color css

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

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

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

border-color css

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

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

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