Html Css Color HEX #85243D Shiraz

📋 copy color: '#85243D'

red 133 ◦ green 36 ◦ blue 61

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

Shades of Shiraz #85243D

Tints of Shiraz #85243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 57.83%
G = 15.65%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85243D (or 0x85243D) is known color: Shiraz. HEX triplet: 85, 24 and 3D. RGB value is (133,36,61). Sum of RGB (Red+Green+Blue) = 133+36+61=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85243D is #7ADBC2. Grayscale: #434343. Windows color (decimal): -8051651 or 4007045. OLE color: 4007045.

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

Color convert

RGB 133 36 61 -
CMYK 0 0.73 0.54 0.48
HSL 344.54º 0.57% 0.33% -
HSV(B) 344.54º 0.73% 0.52% -
XYZ 11.15 6.59 5.1 -
YUV 67.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 133 36 61 0 0.73 0.54 0.48 344.54 0.57 0.33
Hex 85 24 3D 0 49 36 30 159 39 21
Octal 205 44 75 0 111 66 60 531 71 41
Binary 10000101 100100 111101 0 1001001 110110 110000 101011001 111001 100001

Color Harmonies of #85243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85243D

Black with #85243D

Text Example


Text Example

White with #85243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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