Html Css Color HEX #85263C Shiraz

📋 copy color: '#85263C'

red 133 ◦ green 38 ◦ blue 60

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

Shades of Shiraz #85263C

Tints of Shiraz #85263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 57.58%
G = 16.45%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85263C (or 0x85263C) is known color: Shiraz. HEX triplet: 85, 26 and 3C. RGB value is (133,38,60). Sum of RGB (Red+Green+Blue) = 133+38+60=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263C is #7AD9C3. Grayscale: #444444. Windows color (decimal): -8051140 or 3942021. OLE color: 3942021.

HSL color Cylindrical-coordinate representation of color #85263C: hue angle of 346.11º 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 #85263C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 60 -
CMYK 0 0.71 0.55 0.48
HSL 346.11º 0.56% 0.34% -
HSV(B) 346.11º 0.71% 0.52% -
XYZ 11.18 6.7 4.98 -
YUV 68.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 133 38 60 0 0.71 0.55 0.48 346.11 0.56 0.34
Hex 85 26 3C 0 47 37 30 15A 38 22
Octal 205 46 74 0 107 67 60 532 70 42
Binary 10000101 100110 111100 0 1000111 110111 110000 101011010 111000 100010

Color Harmonies of #85263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85263C

Black with #85263C

Text Example


Text Example

White with #85263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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