Html Css Color HEX #7F1820 Red Berry

📋 copy color: '#7F1820'

red 127 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #7F1820

Tints of Red Berry #7F1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 69.4%
G = 13.11%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F1820 (or 0x7F1820) is known color: Red Berry. HEX triplet: 7F, 18 and 20. RGB value is (127,24,32). Sum of RGB (Red+Green+Blue) = 127+24+32=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1820 is #80E7DF. Grayscale: #373737. Windows color (decimal): -8447968 or 2103423. OLE color: 2103423.

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

Color convert

RGB 127 24 32 -
CMYK 0 0.81 0.75 0.50
HSL 355.34º 0.68% 0.3% -
HSV(B) 355.34º 0.81% 0.5% -
XYZ 9.34 5.27 1.89 -
YUV 55.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 127 24 32 0 0.81 0.75 0.50 355.34 0.68 0.3
Hex 7F 18 20 0 51 4B 32 163 44 1E
Octal 177 30 40 0 121 113 62 543 104 36
Binary 1111111 11000 100000 0 1010001 1001011 110010 101100011 1000100 11110

Color Harmonies of #7F1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1820

Black with #7F1820

Text Example


Text Example

White with #7F1820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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