Html Css Color HEX #751427 Red Berry

📋 copy color: '#751427'

red 117 ◦ green 20 ◦ blue 39

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

Shades of Red Berry #751427

Tints of Red Berry #751427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 66.48%
G = 11.36%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#751427 (or 0x751427) is known color: Red Berry. HEX triplet: 75, 14 and 27. RGB value is (117,20,39). Sum of RGB (Red+Green+Blue) = 117+20+39=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751427 is #8AEBD8. Grayscale: #333333. Windows color (decimal): -9104345 or 2561141. OLE color: 2561141.

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

Color convert

RGB 117 20 39 -
CMYK 0 0.83 0.67 0.54
HSL 348.25º 0.71% 0.27% -
HSV(B) 348.25º 0.83% 0.46% -
XYZ 7.95 4.43 2.36 -
YUV 51.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 117 20 39 0 0.83 0.67 0.54 348.25 0.71 0.27
Hex 75 14 27 0 53 43 36 15C 47 1B
Octal 165 24 47 0 123 103 66 534 107 33
Binary 1110101 10100 100111 0 1010011 1000011 110110 101011100 1000111 11011

Color Harmonies of #751427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751427

Black with #751427

Text Example


Text Example

White with #751427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751427; }

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

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

background-color css

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

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

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

border-color css

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

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

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