Html Css Color HEX #7F1A22 Red Berry

📋 copy color: '#7F1A22'

red 127 ◦ green 26 ◦ blue 34

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

Shades of Red Berry #7F1A22

Tints of Red Berry #7F1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 67.91%
G = 13.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#7F1A22 (or 0x7F1A22) is known color: Red Berry. HEX triplet: 7F, 1A and 22. RGB value is (127,26,34). Sum of RGB (Red+Green+Blue) = 127+26+34=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A22 is #80E5DD. Grayscale: #393939. Windows color (decimal): -8447454 or 2235007. OLE color: 2235007.

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

Color convert

RGB 127 26 34 -
CMYK 0 0.80 0.73 0.50
HSL 355.25º 0.66% 0.3% -
HSV(B) 355.25º 0.8% 0.5% -
XYZ 9.41 5.37 2.05 -
YUV 57.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 127 26 34 0 0.80 0.73 0.50 355.25 0.66 0.3
Hex 7F 1A 22 0 50 49 32 163 42 1E
Octal 177 32 42 0 120 111 62 543 102 36
Binary 1111111 11010 100010 0 1010000 1001001 110010 101100011 1000010 11110

Color Harmonies of #7F1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1A22

Black with #7F1A22

Text Example


Text Example

White with #7F1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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