Html Css Color HEX #751724 Red Berry

📋 copy color: '#751724'

red 117 ◦ green 23 ◦ blue 36

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

Shades of Red Berry #751724

Tints of Red Berry #751724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 66.48%
G = 13.07%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#751724 (or 0x751724) is known color: Red Berry. HEX triplet: 75, 17 and 24. RGB value is (117,23,36). Sum of RGB (Red+Green+Blue) = 117+23+36=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751724 is #8AE8DB. Grayscale: #343434. Windows color (decimal): -9103580 or 2365301. OLE color: 2365301.

HSL color Cylindrical-coordinate representation of color #751724: hue angle of 351.7º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751724 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 36 -
CMYK 0 0.80 0.69 0.54
HSL 351.7º 0.67% 0.27% -
HSV(B) 351.7º 0.8% 0.46% -
XYZ 7.96 4.52 2.12 -
YUV 52.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 117 23 36 0 0.80 0.69 0.54 351.7 0.67 0.27
Hex 75 17 24 0 50 45 36 160 43 1B
Octal 165 27 44 0 120 105 66 540 103 33
Binary 1110101 10111 100100 0 1010000 1000101 110110 101100000 1000011 11011

Color Harmonies of #751724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751724

Black with #751724

Text Example


Text Example

White with #751724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751724; }

 p { color: rgb(117,23,36); }

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

background-color css

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

 a { background-color: rgb(117,23,36); }

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

border-color css

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

 span { border-color: rgb(117,23,36); }

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