Html Css Color HEX #751128 Red Berry

📋 copy color: '#751128'

red 117 ◦ green 17 ◦ blue 40

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

Shades of Red Berry #751128

Tints of Red Berry #751128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 67.24%
G = 9.77%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#751128 (or 0x751128) is known color: Red Berry. HEX triplet: 75, 11 and 28. RGB value is (117,17,40). Sum of RGB (Red+Green+Blue) = 117+17+40=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751128 is #8AEED7. Grayscale: #313131. Windows color (decimal): -9105112 or 2625909. OLE color: 2625909.

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

Color convert

RGB 117 17 40 -
CMYK 0 0.85 0.66 0.54
HSL 346.2º 0.75% 0.26% -
HSV(B) 346.2º 0.85% 0.46% -
XYZ 7.92 4.34 2.43 -
YUV 49.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 117 17 40 0 0.85 0.66 0.54 346.2 0.75 0.26
Hex 75 11 28 0 55 42 36 15A 4B 1A
Octal 165 21 50 0 125 102 66 532 113 32
Binary 1110101 10001 101000 0 1010101 1000010 110110 101011010 1001011 11010

Color Harmonies of #751128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751128

Black with #751128

Text Example


Text Example

White with #751128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751128; }

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

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

background-color css

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

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

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

border-color css

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

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

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