Html Css Color HEX #751727 Red Berry

📋 copy color: '#751727'

red 117 ◦ green 23 ◦ blue 39

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

Shades of Red Berry #751727

Tints of Red Berry #751727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 65.36%
G = 12.85%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#751727 (or 0x751727) is known color: Red Berry. HEX triplet: 75, 17 and 27. RGB value is (117,23,39). Sum of RGB (Red+Green+Blue) = 117+23+39=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751727 is #8AE8D8. Grayscale: #343434. Windows color (decimal): -9103577 or 2561909. OLE color: 2561909.

HSL color Cylindrical-coordinate representation of color #751727: hue angle of 349.79º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751727 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 39 -
CMYK 0 0.80 0.67 0.54
HSL 349.79º 0.67% 0.27% -
HSV(B) 349.79º 0.8% 0.46% -
XYZ 8.01 4.54 2.37 -
YUV 52.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 117 23 39 0 0.80 0.67 0.54 349.79 0.67 0.27
Hex 75 17 27 0 50 43 36 15E 43 1B
Octal 165 27 47 0 120 103 66 536 103 33
Binary 1110101 10111 100111 0 1010000 1000011 110110 101011110 1000011 11011

Color Harmonies of #751727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751727

Black with #751727

Text Example


Text Example

White with #751727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751727; }

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

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

background-color css

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

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

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

border-color css

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

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

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