Html Css Color HEX #751D27 Red Berry

📋 copy color: '#751D27'

red 117 ◦ green 29 ◦ blue 39

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

Shades of Red Berry #751D27

Tints of Red Berry #751D27

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

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

R = 63.24%
G = 15.68%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#751D27 (or 0x751D27) is known color: Red Berry. HEX triplet: 75, 1D and 27. RGB value is (117,29,39). Sum of RGB (Red+Green+Blue) = 117+29+39=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D27 is #8AE2D8. Grayscale: #383838. Windows color (decimal): -9102041 or 2563445. OLE color: 2563445.

HSL color Cylindrical-coordinate representation of color #751D27: hue angle of 353.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D27 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 39 -
CMYK 0 0.75 0.67 0.54
HSL 353.18º 0.6% 0.29% -
HSV(B) 353.18º 0.75% 0.46% -
XYZ 8.14 4.81 2.42 -
YUV 56.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 117 29 39 0 0.75 0.67 0.54 353.18 0.6 0.29
Hex 75 1D 27 0 4B 43 36 161 3C 1D
Octal 165 35 47 0 113 103 66 541 74 35
Binary 1110101 11101 100111 0 1001011 1000011 110110 101100001 111100 11101

Color Harmonies of #751D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D27

Black with #751D27

Text Example


Text Example

White with #751D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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