Html Css Color HEX #751629 Red Berry

📋 copy color: '#751629'

red 117 ◦ green 22 ◦ blue 41

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

Shades of Red Berry #751629

Tints of Red Berry #751629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

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

R = 65%
G = 12.22%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751629 (or 0x751629) is known color: Red Berry. HEX triplet: 75, 16 and 29. RGB value is (117,22,41). Sum of RGB (Red+Green+Blue) = 117+22+41=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #751629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751629 is #8AE9D6. Grayscale: #343434. Windows color (decimal): -9103831 or 2692725. OLE color: 2692725.

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

Color convert

RGB 117 22 41 -
CMYK 0 0.81 0.65 0.54
HSL 348º 0.68% 0.27% -
HSV(B) 348º 0.81% 0.46% -
XYZ 8.02 4.52 2.55 -
YUV 52.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 117 22 41 0 0.81 0.65 0.54 348 0.68 0.27
Hex 75 16 29 0 51 41 36 15C 44 1B
Octal 165 26 51 0 121 101 66 534 104 33
Binary 1110101 10110 101001 0 1010001 1000001 110110 101011100 1000100 11011

Color Harmonies of #751629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751629

Black with #751629

Text Example


Text Example

White with #751629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751629; }

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

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

background-color css

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

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

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

border-color css

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

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

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