Html Css Color HEX #751627 Red Berry

📋 copy color: '#751627'

red 117 ◦ green 22 ◦ blue 39

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

Shades of Red Berry #751627

Tints of Red Berry #751627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 65.73%
G = 12.36%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#751627 (or 0x751627) is known color: Red Berry. HEX triplet: 75, 16 and 27. RGB value is (117,22,39). Sum of RGB (Red+Green+Blue) = 117+22+39=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751627 is #8AE9D8. Grayscale: #343434. Windows color (decimal): -9103833 or 2561653. OLE color: 2561653.

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

Color convert

RGB 117 22 39 -
CMYK 0 0.81 0.67 0.54
HSL 349.26º 0.68% 0.27% -
HSV(B) 349.26º 0.81% 0.46% -
XYZ 7.99 4.5 2.37 -
YUV 52.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 117 22 39 0 0.81 0.67 0.54 349.26 0.68 0.27
Hex 75 16 27 0 51 43 36 15D 44 1B
Octal 165 26 47 0 121 103 66 535 104 33
Binary 1110101 10110 100111 0 1010001 1000011 110110 101011101 1000100 11011

Color Harmonies of #751627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751627

Black with #751627

Text Example


Text Example

White with #751627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751627; }

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

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

background-color css

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

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

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

border-color css

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

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

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