Html Css Color HEX #852438 Shiraz

📋 copy color: '#852438'

red 133 ◦ green 36 ◦ blue 56

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

Shades of Shiraz #852438

Tints of Shiraz #852438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 59.11%
G = 16%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#852438 (or 0x852438) is known color: Shiraz. HEX triplet: 85, 24 and 38. RGB value is (133,36,56). Sum of RGB (Red+Green+Blue) = 133+36+56=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #852438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852438 is #7ADBC7. Grayscale: #434343. Windows color (decimal): -8051656 or 3679365. OLE color: 3679365.

HSL color Cylindrical-coordinate representation of color #852438: hue angle of 347.63º 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 #852438 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 56 -
CMYK 0 0.73 0.58 0.48
HSL 347.63º 0.57% 0.33% -
HSV(B) 347.63º 0.73% 0.52% -
XYZ 11.02 6.53 4.42 -
YUV 67.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 133 36 56 0 0.73 0.58 0.48 347.63 0.57 0.33
Hex 85 24 38 0 49 3A 30 15C 39 21
Octal 205 44 70 0 111 72 60 534 71 41
Binary 10000101 100100 111000 0 1001001 111010 110000 101011100 111001 100001

Color Harmonies of #852438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852438

Black with #852438

Text Example


Text Example

White with #852438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852438; }

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

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

background-color css

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

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

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

border-color css

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

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

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