Html Css Color HEX #751324 Red Berry

📋 copy color: '#751324'

red 117 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #751324

Tints of Red Berry #751324

RGB

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

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

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

R = 68.02%
G = 11.05%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#751324 (or 0x751324) is known color: Red Berry. HEX triplet: 75, 13 and 24. RGB value is (117,19,36). Sum of RGB (Red+Green+Blue) = 117+19+36=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751324 is #8AECDB. Grayscale: #323232. Windows color (decimal): -9104604 or 2364277. OLE color: 2364277.

HSL color Cylindrical-coordinate representation of color #751324: hue angle of 349.59º 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 #751324 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 36 -
CMYK 0 0.84 0.69 0.54
HSL 349.59º 0.72% 0.27% -
HSV(B) 349.59º 0.84% 0.46% -
XYZ 7.89 4.38 2.1 -
YUV 50.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 117 19 36 0 0.84 0.69 0.54 349.59 0.72 0.27
Hex 75 13 24 0 54 45 36 15E 48 1B
Octal 165 23 44 0 124 105 66 536 110 33
Binary 1110101 10011 100100 0 1010100 1000101 110110 101011110 1001000 11011

Color Harmonies of #751324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751324

Black with #751324

Text Example


Text Example

White with #751324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751324; }

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

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

background-color css

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

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

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

border-color css

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

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

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