Html Css Color HEX #751618 Red Berry

📋 copy color: '#751618'

red 117 ◦ green 22 ◦ blue 24

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

Shades of Red Berry #751618

Tints of Red Berry #751618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 71.78%
G = 13.5%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751618 (or 0x751618) is known color: Red Berry. HEX triplet: 75, 16 and 18. RGB value is (117,22,24). Sum of RGB (Red+Green+Blue) = 117+22+24=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751618 is #8AE9E7. Grayscale: #323232. Windows color (decimal): -9103848 or 1578613. OLE color: 1578613.

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

Color convert

RGB 117 22 24 -
CMYK 0 0.81 0.79 0.54
HSL 358.74º 0.68% 0.27% -
HSV(B) 358.74º 0.81% 0.46% -
XYZ 7.79 4.42 1.31 -
YUV 50.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 117 22 24 0 0.81 0.79 0.54 358.74 0.68 0.27
Hex 75 16 18 0 51 4F 36 167 44 1B
Octal 165 26 30 0 121 117 66 547 104 33
Binary 1110101 10110 11000 0 1010001 1001111 110110 101100111 1000100 11011

Color Harmonies of #751618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751618

Black with #751618

Text Example


Text Example

White with #751618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751618; }

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

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

background-color css

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

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

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

border-color css

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

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

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