Html Css Color HEX #7F171D Red Berry

📋 copy color: '#7F171D'

red 127 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #7F171D

Tints of Red Berry #7F171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 70.95%
G = 12.85%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#7F171D (or 0x7F171D) is known color: Red Berry. HEX triplet: 7F, 17 and 1D. RGB value is (127,23,29). Sum of RGB (Red+Green+Blue) = 127+23+29=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F171D is #80E8E2. Grayscale: #363636. Windows color (decimal): -8448227 or 1906559. OLE color: 1906559.

HSL color Cylindrical-coordinate representation of color #7F171D: hue angle of 356.54º 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 #7F171D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 29 -
CMYK 0 0.82 0.77 0.50
HSL 356.54º 0.69% 0.29% -
HSV(B) 356.54º 0.82% 0.5% -
XYZ 9.28 5.21 1.68 -
YUV 54.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 127 23 29 0 0.82 0.77 0.50 356.54 0.69 0.29
Hex 7F 17 1D 0 52 4D 32 165 45 1D
Octal 177 27 35 0 122 115 62 545 105 35
Binary 1111111 10111 11101 0 1010010 1001101 110010 101100101 1000101 11101

Color Harmonies of #7F171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F171D

Black with #7F171D

Text Example


Text Example

White with #7F171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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