Html Css Color HEX #75121A Red Berry

📋 copy color: '#75121A'

red 117 ◦ green 18 ◦ blue 26

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

Shades of Red Berry #75121A

Tints of Red Berry #75121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 72.67%
G = 11.18%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75121A (or 0x75121A) is known color: Red Berry. HEX triplet: 75, 12 and 1A. RGB value is (117,18,26). Sum of RGB (Red+Green+Blue) = 117+18+26=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75121A is #8AEDE5. Grayscale: #303030. Windows color (decimal): -9104870 or 1708661. OLE color: 1708661.

HSL color Cylindrical-coordinate representation of color #75121A: hue angle of 355.15º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75121A is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 26 -
CMYK 0 0.85 0.78 0.54
HSL 355.15º 0.73% 0.26% -
HSV(B) 355.15º 0.85% 0.46% -
XYZ 7.74 4.29 1.4 -
YUV 48.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 117 18 26 0 0.85 0.78 0.54 355.15 0.73 0.26
Hex 75 12 1A 0 55 4E 36 163 49 1A
Octal 165 22 32 0 125 116 66 543 111 32
Binary 1110101 10010 11010 0 1010101 1001110 110110 101100011 1001001 11010

Color Harmonies of #75121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75121A

Black with #75121A

Text Example


Text Example

White with #75121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75121A; }

 p { color: rgb(117,18,26); }

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

background-color css

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

 a { background-color: rgb(117,18,26); }

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

border-color css

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

 span { border-color: rgb(117,18,26); }

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