Html Css Color HEX #751429 Red Berry

📋 copy color: '#751429'

red 117 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #751429

Tints of Red Berry #751429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 65.73%
G = 11.24%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751429 (or 0x751429) is known color: Red Berry. HEX triplet: 75, 14 and 29. RGB value is (117,20,41). Sum of RGB (Red+Green+Blue) = 117+20+41=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751429 is #8AEBD6. Grayscale: #333333. Windows color (decimal): -9104343 or 2692213. OLE color: 2692213.

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

Color convert

RGB 117 20 41 -
CMYK 0 0.83 0.65 0.54
HSL 347.01º 0.71% 0.27% -
HSV(B) 347.01º 0.83% 0.46% -
XYZ 7.99 4.44 2.53 -
YUV 51.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 117 20 41 0 0.83 0.65 0.54 347.01 0.71 0.27
Hex 75 14 29 0 53 41 36 15B 47 1B
Octal 165 24 51 0 123 101 66 533 107 33
Binary 1110101 10100 101001 0 1010011 1000001 110110 101011011 1000111 11011

Color Harmonies of #751429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751429

Black with #751429

Text Example


Text Example

White with #751429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751429; }

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

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

background-color css

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

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

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

border-color css

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

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

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