Html Css Color HEX #751424 Red Berry

📋 copy color: '#751424'

red 117 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #751424

Tints of Red Berry #751424

RGB

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

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

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

R = 67.63%
G = 11.56%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#751424 (or 0x751424) is known color: Red Berry. HEX triplet: 75, 14 and 24. RGB value is (117,20,36). Sum of RGB (Red+Green+Blue) = 117+20+36=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751424 is #8AEBDB. Grayscale: #323232. Windows color (decimal): -9104348 or 2364533. OLE color: 2364533.

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

Color convert

RGB 117 20 36 -
CMYK 0 0.83 0.69 0.54
HSL 350.1º 0.71% 0.27% -
HSV(B) 350.1º 0.83% 0.46% -
XYZ 7.9 4.41 2.1 -
YUV 50.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 117 20 36 0 0.83 0.69 0.54 350.1 0.71 0.27
Hex 75 14 24 0 53 45 36 15E 47 1B
Octal 165 24 44 0 123 105 66 536 107 33
Binary 1110101 10100 100100 0 1010011 1000101 110110 101011110 1000111 11011

Color Harmonies of #751424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751424

Black with #751424

Text Example


Text Example

White with #751424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751424; }

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

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

background-color css

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

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

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

border-color css

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

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

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