Html Css Color HEX #7F1519 Red Berry

📋 copy color: '#7F1519'

red 127 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #7F1519

Tints of Red Berry #7F1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 73.41%
G = 12.14%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F1519 (or 0x7F1519) is known color: Red Berry. HEX triplet: 7F, 15 and 19. RGB value is (127,21,25). Sum of RGB (Red+Green+Blue) = 127+21+25=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1519 is #80EAE6. Grayscale: #353535. Windows color (decimal): -8448743 or 1643903. OLE color: 1643903.

HSL color Cylindrical-coordinate representation of color #7F1519: hue angle of 357.74º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1519 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 25 -
CMYK 0 0.83 0.80 0.50
HSL 357.74º 0.72% 0.29% -
HSV(B) 357.74º 0.83% 0.5% -
XYZ 9.2 5.12 1.42 -
YUV 53.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 127 21 25 0 0.83 0.80 0.50 357.74 0.72 0.29
Hex 7F 15 19 0 53 50 32 166 48 1D
Octal 177 25 31 0 123 120 62 546 110 35
Binary 1111111 10101 11001 0 1010011 1010000 110010 101100110 1001000 11101

Color Harmonies of #7F1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1519

Black with #7F1519

Text Example


Text Example

White with #7F1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,25); }

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

background-color css

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

 a { background-color: rgb(127,21,25); }

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

border-color css

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

 span { border-color: rgb(127,21,25); }

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