Html Css Color HEX #750F27 Red Berry

📋 copy color: '#750F27'

red 117 ◦ green 15 ◦ blue 39

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

Shades of Red Berry #750F27

Tints of Red Berry #750F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 68.42%
G = 8.77%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#750F27 (or 0x750F27) is known color: Red Berry. HEX triplet: 75, 0F and 27. RGB value is (117,15,39). Sum of RGB (Red+Green+Blue) = 117+15+39=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #750F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F27 is #8AF0D8. Grayscale: #303030. Windows color (decimal): -9105625 or 2559861. OLE color: 2559861.

HSL color Cylindrical-coordinate representation of color #750F27: hue angle of 345.88º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F27 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 15 39 -
CMYK 0 0.87 0.67 0.54
HSL 345.88º 0.77% 0.26% -
HSV(B) 345.88º 0.87% 0.46% -
XYZ 7.87 4.27 2.33 -
YUV 48.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 117 15 39 0 0.87 0.67 0.54 345.88 0.77 0.26
Hex 75 F 27 0 57 43 36 15A 4D 1A
Octal 165 17 47 0 127 103 66 532 115 32
Binary 1110101 1111 100111 0 1010111 1000011 110110 101011010 1001101 11010

Color Harmonies of #750F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F27

Black with #750F27

Text Example


Text Example

White with #750F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F27; }

 p { color: rgb(117,15,39); }

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

background-color css

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

 a { background-color: rgb(117,15,39); }

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

border-color css

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

 span { border-color: rgb(117,15,39); }

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