Html Css Color HEX #751018 Red Berry

📋 copy color: '#751018'

red 117 ◦ green 16 ◦ blue 24

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

Shades of Red Berry #751018

Tints of Red Berry #751018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 74.52%
G = 10.19%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751018 (or 0x751018) is known color: Red Berry. HEX triplet: 75, 10 and 18. RGB value is (117,16,24). Sum of RGB (Red+Green+Blue) = 117+16+24=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751018 is #8AEFE7. Grayscale: #2F2F2F. Windows color (decimal): -9105384 or 1577077. OLE color: 1577077.

HSL color Cylindrical-coordinate representation of color #751018: hue angle of 355.25º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751018 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 24 -
CMYK 0 0.86 0.79 0.54
HSL 355.25º 0.76% 0.26% -
HSV(B) 355.25º 0.86% 0.46% -
XYZ 7.69 4.22 1.27 -
YUV 47.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 117 16 24 0 0.86 0.79 0.54 355.25 0.76 0.26
Hex 75 10 18 0 56 4F 36 163 4C 1A
Octal 165 20 30 0 126 117 66 543 114 32
Binary 1110101 10000 11000 0 1010110 1001111 110110 101100011 1001100 11010

Color Harmonies of #751018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751018

Black with #751018

Text Example


Text Example

White with #751018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751018; }

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

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

background-color css

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

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

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

border-color css

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

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

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