Html Css Color HEX #751328 Red Berry

📋 copy color: '#751328'

red 117 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #751328

Tints of Red Berry #751328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 66.48%
G = 10.8%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#751328 (or 0x751328) is known color: Red Berry. HEX triplet: 75, 13 and 28. RGB value is (117,19,40). Sum of RGB (Red+Green+Blue) = 117+19+40=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751328 is #8AECD7. Grayscale: #323232. Windows color (decimal): -9104600 or 2626421. OLE color: 2626421.

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

Color convert

RGB 117 19 40 -
CMYK 0 0.84 0.66 0.54
HSL 347.14º 0.72% 0.27% -
HSV(B) 347.14º 0.84% 0.46% -
XYZ 7.95 4.4 2.44 -
YUV 50.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 117 19 40 0 0.84 0.66 0.54 347.14 0.72 0.27
Hex 75 13 28 0 54 42 36 15B 48 1B
Octal 165 23 50 0 124 102 66 533 110 33
Binary 1110101 10011 101000 0 1010100 1000010 110110 101011011 1001000 11011

Color Harmonies of #751328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751328

Black with #751328

Text Example


Text Example

White with #751328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751328; }

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

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

background-color css

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

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

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

border-color css

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

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

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