Html Css Color HEX #85263B Shiraz

📋 copy color: '#85263B'

red 133 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #85263B

Tints of Shiraz #85263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 57.83%
G = 16.52%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85263B (or 0x85263B) is known color: Shiraz. HEX triplet: 85, 26 and 3B. RGB value is (133,38,59). Sum of RGB (Red+Green+Blue) = 133+38+59=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263B is #7AD9C4. Grayscale: #444444. Windows color (decimal): -8051141 or 3876485. OLE color: 3876485.

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

Color convert

RGB 133 38 59 -
CMYK 0 0.71 0.56 0.48
HSL 346.74º 0.56% 0.34% -
HSV(B) 346.74º 0.71% 0.52% -
XYZ 11.16 6.69 4.84 -
YUV 68.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 133 38 59 0 0.71 0.56 0.48 346.74 0.56 0.34
Hex 85 26 3B 0 47 38 30 15B 38 22
Octal 205 46 73 0 107 70 60 533 70 42
Binary 10000101 100110 111011 0 1000111 111000 110000 101011011 111000 100010

Color Harmonies of #85263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85263B

Black with #85263B

Text Example


Text Example

White with #85263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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