Html Css Color HEX #7F141A Red Berry

📋 copy color: '#7F141A'

red 127 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #7F141A

Tints of Red Berry #7F141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 73.41%
G = 11.56%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F141A (or 0x7F141A) is known color: Red Berry. HEX triplet: 7F, 14 and 1A. RGB value is (127,20,26). Sum of RGB (Red+Green+Blue) = 127+20+26=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F141A is #80EBE5. Grayscale: #343434. Windows color (decimal): -8448998 or 1709183. OLE color: 1709183.

HSL color Cylindrical-coordinate representation of color #7F141A: hue angle of 356.64º 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 #7F141A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 26 -
CMYK 0 0.84 0.80 0.50
HSL 356.64º 0.73% 0.29% -
HSV(B) 356.64º 0.84% 0.5% -
XYZ 9.19 5.09 1.47 -
YUV 52.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 127 20 26 0 0.84 0.80 0.50 356.64 0.73 0.29
Hex 7F 14 1A 0 54 50 32 165 49 1D
Octal 177 24 32 0 124 120 62 545 111 35
Binary 1111111 10100 11010 0 1010100 1010000 110010 101100101 1001001 11101

Color Harmonies of #7F141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F141A

Black with #7F141A

Text Example


Text Example

White with #7F141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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