Html Css Color HEX #751119 Red Berry

📋 copy color: '#751119'

red 117 ◦ green 17 ◦ blue 25

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

Shades of Red Berry #751119

Tints of Red Berry #751119

RGB

 RED value IS 117 (46.09% from 255) = 73.58%

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 73.58%
G = 10.69%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751119 (or 0x751119) is known color: Red Berry. HEX triplet: 75, 11 and 19. RGB value is (117,17,25). Sum of RGB (Red+Green+Blue) = 117+17+25=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #751119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751119 is #8AEEE6. Grayscale: #2F2F2F. Windows color (decimal): -9105127 or 1642869. OLE color: 1642869.

HSL color Cylindrical-coordinate representation of color #751119: hue angle of 355.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751119 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 25 -
CMYK 0 0.85 0.79 0.54
HSL 355.2º 0.75% 0.26% -
HSV(B) 355.2º 0.85% 0.46% -
XYZ 7.71 4.25 1.33 -
YUV 47.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 117 17 25 0 0.85 0.79 0.54 355.2 0.75 0.26
Hex 75 11 19 0 55 4F 36 163 4B 1A
Octal 165 21 31 0 125 117 66 543 113 32
Binary 1110101 10001 11001 0 1010101 1001111 110110 101100011 1001011 11010

Color Harmonies of #751119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751119

Black with #751119

Text Example


Text Example

White with #751119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751119; }

 p { color: rgb(117,17,25); }

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

background-color css

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

 a { background-color: rgb(117,17,25); }

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

border-color css

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

 span { border-color: rgb(117,17,25); }

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