Html Css Color HEX #7F1424 Red Berry

📋 copy color: '#7F1424'

red 127 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #7F1424

Tints of Red Berry #7F1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 69.4%
G = 10.93%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F1424 (or 0x7F1424) is known color: Red Berry. HEX triplet: 7F, 14 and 24. RGB value is (127,20,36). Sum of RGB (Red+Green+Blue) = 127+20+36=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1424 is #80EBDB. Grayscale: #353535. Windows color (decimal): -8448988 or 2364543. OLE color: 2364543.

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

Color convert

RGB 127 20 36 -
CMYK 0 0.84 0.72 0.50
HSL 351.03º 0.73% 0.29% -
HSV(B) 351.03º 0.84% 0.5% -
XYZ 9.32 5.14 2.17 -
YUV 53.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 127 20 36 0 0.84 0.72 0.50 351.03 0.73 0.29
Hex 7F 14 24 0 54 48 32 15F 49 1D
Octal 177 24 44 0 124 110 62 537 111 35
Binary 1111111 10100 100100 0 1010100 1001000 110010 101011111 1001001 11101

Color Harmonies of #7F1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1424

Black with #7F1424

Text Example


Text Example

White with #7F1424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,36); }

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

background-color css

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

 a { background-color: rgb(127,20,36); }

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

border-color css

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

 span { border-color: rgb(127,20,36); }

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