Html Css Color HEX #751012 Red Berry

📋 copy color: '#751012'

red 117 ◦ green 16 ◦ blue 18

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

Shades of Red Berry #751012

Tints of Red Berry #751012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 77.48%
G = 10.6%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751012 (or 0x751012) is known color: Red Berry. HEX triplet: 75, 10 and 12. RGB value is (117,16,18). Sum of RGB (Red+Green+Blue) = 117+16+18=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751012 is #8AEFED. Grayscale: #2E2E2E. Windows color (decimal): -9105390 or 1183861. OLE color: 1183861.

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

Color convert

RGB 117 16 18 -
CMYK 0 0.86 0.85 0.54
HSL 358.81º 0.76% 0.26% -
HSV(B) 358.81º 0.86% 0.46% -
XYZ 7.63 4.2 0.98 -
YUV 46.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 117 16 18 0 0.86 0.85 0.54 358.81 0.76 0.26
Hex 75 10 12 0 56 55 36 167 4C 1A
Octal 165 20 22 0 126 125 66 547 114 32
Binary 1110101 10000 10010 0 1010110 1010101 110110 101100111 1001100 11010

Color Harmonies of #751012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751012

Black with #751012

Text Example


Text Example

White with #751012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751012; }

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

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

background-color css

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

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

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

border-color css

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

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

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