Html Css Color HEX #7F1920 Red Berry

📋 copy color: '#7F1920'

red 127 ◦ green 25 ◦ blue 32

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

Shades of Red Berry #7F1920

Tints of Red Berry #7F1920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 69.02%
G = 13.59%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F1920 (or 0x7F1920) is known color: Red Berry. HEX triplet: 7F, 19 and 20. RGB value is (127,25,32). Sum of RGB (Red+Green+Blue) = 127+25+32=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1920 is #80E6DF. Grayscale: #383838. Windows color (decimal): -8447712 or 2103679. OLE color: 2103679.

HSL color Cylindrical-coordinate representation of color #7F1920: hue angle of 355.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1920 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 32 -
CMYK 0 0.80 0.75 0.50
HSL 355.88º 0.67% 0.3% -
HSV(B) 355.88º 0.8% 0.5% -
XYZ 9.36 5.31 1.9 -
YUV 56.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 127 25 32 0 0.80 0.75 0.50 355.88 0.67 0.3
Hex 7F 19 20 0 50 4B 32 164 43 1E
Octal 177 31 40 0 120 113 62 544 103 36
Binary 1111111 11001 100000 0 1010000 1001011 110010 101100100 1000011 11110

Color Harmonies of #7F1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1920

Black with #7F1920

Text Example


Text Example

White with #7F1920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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