Html Css Color HEX #7F1626 Red Berry

📋 copy color: '#7F1626'

red 127 ◦ green 22 ◦ blue 38

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

Shades of Red Berry #7F1626

Tints of Red Berry #7F1626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 67.91%
G = 11.76%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#7F1626 (or 0x7F1626) is known color: Red Berry. HEX triplet: 7F, 16 and 26. RGB value is (127,22,38). Sum of RGB (Red+Green+Blue) = 127+22+38=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1626 is #80E9D9. Grayscale: #373737. Windows color (decimal): -8448474 or 2496127. OLE color: 2496127.

HSL color Cylindrical-coordinate representation of color #7F1626: hue angle of 350.86º degrees, saturation: 0.7, 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 #7F1626 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 22 38 -
CMYK 0 0.83 0.70 0.50
HSL 350.86º 0.7% 0.29% -
HSV(B) 350.86º 0.83% 0.5% -
XYZ 9.39 5.23 2.35 -
YUV 55.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 127 22 38 0 0.83 0.70 0.50 350.86 0.7 0.29
Hex 7F 16 26 0 53 46 32 15F 46 1D
Octal 177 26 46 0 123 106 62 537 106 35
Binary 1111111 10110 100110 0 1010011 1000110 110010 101011111 1000110 11101

Color Harmonies of #7F1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1626

Black with #7F1626

Text Example


Text Example

White with #7F1626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,38); }

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

background-color css

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

 a { background-color: rgb(127,22,38); }

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

border-color css

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

 span { border-color: rgb(127,22,38); }

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