Html Css Color HEX #751928 Red Berry

📋 copy color: '#751928'

red 117 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #751928

Tints of Red Berry #751928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 64.29%
G = 13.74%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#751928 (or 0x751928) is known color: Red Berry. HEX triplet: 75, 19 and 28. RGB value is (117,25,40). Sum of RGB (Red+Green+Blue) = 117+25+40=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #751928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751928 is #8AE6D7. Grayscale: #363636. Windows color (decimal): -9103064 or 2627957. OLE color: 2627957.

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

Color convert

RGB 117 25 40 -
CMYK 0 0.79 0.66 0.54
HSL 350.22º 0.65% 0.28% -
HSV(B) 350.22º 0.79% 0.46% -
XYZ 8.07 4.63 2.48 -
YUV 54.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 117 25 40 0 0.79 0.66 0.54 350.22 0.65 0.28
Hex 75 19 28 0 4F 42 36 15E 41 1C
Octal 165 31 50 0 117 102 66 536 101 34
Binary 1110101 11001 101000 0 1001111 1000010 110110 101011110 1000001 11100

Color Harmonies of #751928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751928

Black with #751928

Text Example


Text Example

White with #751928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751928; }

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

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

background-color css

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

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

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

border-color css

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

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

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