Html Css Color HEX #751422 Red Berry

📋 copy color: '#751422'

red 117 ◦ green 20 ◦ blue 34

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

Shades of Red Berry #751422

Tints of Red Berry #751422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 68.42%
G = 11.7%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#751422 (or 0x751422) is known color: Red Berry. HEX triplet: 75, 14 and 22. RGB value is (117,20,34). Sum of RGB (Red+Green+Blue) = 117+20+34=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751422 is #8AEBDD. Grayscale: #323232. Windows color (decimal): -9104350 or 2233461. OLE color: 2233461.

HSL color Cylindrical-coordinate representation of color #751422: hue angle of 351.34º 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 #751422 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 34 -
CMYK 0 0.83 0.71 0.54
HSL 351.34º 0.71% 0.27% -
HSV(B) 351.34º 0.83% 0.46% -
XYZ 7.88 4.4 1.95 -
YUV 50.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 117 20 34 0 0.83 0.71 0.54 351.34 0.71 0.27
Hex 75 14 22 0 53 47 36 15F 47 1B
Octal 165 24 42 0 123 107 66 537 107 33
Binary 1110101 10100 100010 0 1010011 1000111 110110 101011111 1000111 11011

Color Harmonies of #751422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751422

Black with #751422

Text Example


Text Example

White with #751422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751422; }

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

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

background-color css

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

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

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

border-color css

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

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

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