Html Css Color HEX #7F171F Red Berry

📋 copy color: '#7F171F'

red 127 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #7F171F

Tints of Red Berry #7F171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 70.17%
G = 12.71%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F171F (or 0x7F171F) is known color: Red Berry. HEX triplet: 7F, 17 and 1F. RGB value is (127,23,31). Sum of RGB (Red+Green+Blue) = 127+23+31=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F171F is #80E8E0. Grayscale: #373737. Windows color (decimal): -8448225 or 2037631. OLE color: 2037631.

HSL color Cylindrical-coordinate representation of color #7F171F: hue angle of 355.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F171F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 31 -
CMYK 0 0.82 0.76 0.50
HSL 355.38º 0.69% 0.29% -
HSV(B) 355.38º 0.82% 0.5% -
XYZ 9.31 5.22 1.81 -
YUV 55.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 127 23 31 0 0.82 0.76 0.50 355.38 0.69 0.29
Hex 7F 17 1F 0 52 4C 32 163 45 1D
Octal 177 27 37 0 122 114 62 543 105 35
Binary 1111111 10111 11111 0 1010010 1001100 110010 101100011 1000101 11101

Color Harmonies of #7F171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F171F

Black with #7F171F

Text Example


Text Example

White with #7F171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,31); }

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

background-color css

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

 a { background-color: rgb(127,23,31); }

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

border-color css

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

 span { border-color: rgb(127,23,31); }

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