Html Css Color HEX #7F2C31 Shiraz

📋 copy color: '#7F2C31'

red 127 ◦ green 44 ◦ blue 49

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

Shades of Shiraz #7F2C31

Tints of Shiraz #7F2C31

RGB

 RED value IS 127 (50% from 255) = 57.73%

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 57.73%
G = 20%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F2C31 (or 0x7F2C31) is known color: Shiraz. HEX triplet: 7F, 2C and 31. RGB value is (127,44,49). Sum of RGB (Red+Green+Blue) = 127+44+49=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C31 is #80D3CE. Grayscale: #454545. Windows color (decimal): -8442831 or 3222655. OLE color: 3222655.

HSL color Cylindrical-coordinate representation of color #7F2C31: hue angle of 356.39º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C31 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 44 49 -
CMYK 0 0.65 0.61 0.50
HSL 356.39º 0.49% 0.34% -
HSV(B) 356.39º 0.65% 0.5% -
XYZ 10.21 6.54 3.63 -
YUV 69.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 127 44 49 0 0.65 0.61 0.50 356.39 0.49 0.34
Hex 7F 2C 31 0 41 3D 32 164 31 22
Octal 177 54 61 0 101 75 62 544 61 42
Binary 1111111 101100 110001 0 1000001 111101 110010 101100100 110001 100010

Color Harmonies of #7F2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2C31

Black with #7F2C31

Text Example


Text Example

White with #7F2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F2C31; }

 p { color: rgb(127,44,49); }

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

background-color css

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

 a { background-color: rgb(127,44,49); }

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

border-color css

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

 span { border-color: rgb(127,44,49); }

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