Html Css Color HEX #751529 Red Berry

📋 copy color: '#751529'

red 117 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #751529

Tints of Red Berry #751529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 65.36%
G = 11.73%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751529 (or 0x751529) is known color: Red Berry. HEX triplet: 75, 15 and 29. RGB value is (117,21,41). Sum of RGB (Red+Green+Blue) = 117+21+41=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751529 is #8AEAD6. Grayscale: #343434. Windows color (decimal): -9104087 or 2692469. OLE color: 2692469.

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

Color convert

RGB 117 21 41 -
CMYK 0 0.82 0.65 0.54
HSL 347.5º 0.7% 0.27% -
HSV(B) 347.5º 0.82% 0.46% -
XYZ 8 4.48 2.54 -
YUV 51.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 117 21 41 0 0.82 0.65 0.54 347.5 0.7 0.27
Hex 75 15 29 0 52 41 36 15C 46 1B
Octal 165 25 51 0 122 101 66 534 106 33
Binary 1110101 10101 101001 0 1010010 1000001 110110 101011100 1000110 11011

Color Harmonies of #751529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751529

Black with #751529

Text Example


Text Example

White with #751529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751529; }

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

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

background-color css

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

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

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

border-color css

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

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

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