Html Css Color HEX #8A253F Shiraz

📋 copy color: '#8A253F'

red 138 ◦ green 37 ◦ blue 63

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

Shades of Shiraz #8A253F

Tints of Shiraz #8A253F

RGB

 RED value IS 138 (54.3% from 255) = 57.98%

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 63 (25% from 255) = 26.47%

R = 57.98%
G = 15.55%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A253F (or 0x8A253F) is known color: Shiraz. HEX triplet: 8A, 25 and 3F. RGB value is (138,37,63). Sum of RGB (Red+Green+Blue) = 138+37+63=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A253F is #75DAC0. Grayscale: #464646. Windows color (decimal): -7723713 or 4138378. OLE color: 4138378.

HSL color Cylindrical-coordinate representation of color #8A253F: hue angle of 344.55º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A253F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 63 -
CMYK 0 0.73 0.54 0.46
HSL 344.55º 0.58% 0.34% -
HSV(B) 344.55º 0.73% 0.54% -
XYZ 12.04 7.09 5.44 -
YUV 70.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 138 37 63 0 0.73 0.54 0.46 344.55 0.58 0.34
Hex 8A 25 3F 0 49 36 2E 159 3A 22
Octal 212 45 77 0 111 66 56 531 72 42
Binary 10001010 100101 111111 0 1001001 110110 101110 101011001 111010 100010

Color Harmonies of #8A253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A253F

Black with #8A253F

Text Example


Text Example

White with #8A253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A253F; }

 p { color: rgb(138,37,63); }

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

background-color css

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

 a { background-color: rgb(138,37,63); }

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

border-color css

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

 span { border-color: rgb(138,37,63); }

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