Html Css Color HEX #751129 Red Berry

📋 copy color: '#751129'

red 117 ◦ green 17 ◦ blue 41

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

Shades of Red Berry #751129

Tints of Red Berry #751129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 66.86%
G = 9.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751129 (or 0x751129) is known color: Red Berry. HEX triplet: 75, 11 and 29. RGB value is (117,17,41). Sum of RGB (Red+Green+Blue) = 117+17+41=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751129 is #8AEED6. Grayscale: #313131. Windows color (decimal): -9105111 or 2691445. OLE color: 2691445.

HSL color Cylindrical-coordinate representation of color #751129: hue angle of 345.6º 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 #751129 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 41 -
CMYK 0 0.85 0.65 0.54
HSL 345.6º 0.75% 0.26% -
HSV(B) 345.6º 0.85% 0.46% -
XYZ 7.94 4.34 2.52 -
YUV 49.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 117 17 41 0 0.85 0.65 0.54 345.6 0.75 0.26
Hex 75 11 29 0 55 41 36 15A 4B 1A
Octal 165 21 51 0 125 101 66 532 113 32
Binary 1110101 10001 101001 0 1010101 1000001 110110 101011010 1001011 11010

Color Harmonies of #751129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751129

Black with #751129

Text Example


Text Example

White with #751129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751129; }

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

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

background-color css

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

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

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

border-color css

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

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

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