Html Css Color HEX #751326 Red Berry

📋 copy color: '#751326'

red 117 ◦ green 19 ◦ blue 38

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

Shades of Red Berry #751326

Tints of Red Berry #751326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 67.24%
G = 10.92%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751326 (or 0x751326) is known color: Red Berry. HEX triplet: 75, 13 and 26. RGB value is (117,19,38). Sum of RGB (Red+Green+Blue) = 117+19+38=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751326 is #8AECD9. Grayscale: #323232. Windows color (decimal): -9104602 or 2495349. OLE color: 2495349.

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

Color convert

RGB 117 19 38 -
CMYK 0 0.84 0.68 0.54
HSL 348.37º 0.72% 0.27% -
HSV(B) 348.37º 0.84% 0.46% -
XYZ 7.92 4.39 2.26 -
YUV 50.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 117 19 38 0 0.84 0.68 0.54 348.37 0.72 0.27
Hex 75 13 26 0 54 44 36 15C 48 1B
Octal 165 23 46 0 124 104 66 534 110 33
Binary 1110101 10011 100110 0 1010100 1000100 110110 101011100 1001000 11011

Color Harmonies of #751326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751326

Black with #751326

Text Example


Text Example

White with #751326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751326; }

 p { color: rgb(117,19,38); }

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

background-color css

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

 a { background-color: rgb(117,19,38); }

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

border-color css

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

 span { border-color: rgb(117,19,38); }

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