Html Css Color HEX #75122A Red Berry

📋 copy color: '#75122A'

red 117 ◦ green 18 ◦ blue 42

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

Shades of Red Berry #75122A

Tints of Red Berry #75122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 66.1%
G = 10.17%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75122A (or 0x75122A) is known color: Red Berry. HEX triplet: 75, 12 and 2A. RGB value is (117,18,42). Sum of RGB (Red+Green+Blue) = 117+18+42=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122A is #8AEDD5. Grayscale: #323232. Windows color (decimal): -9104854 or 2757237. OLE color: 2757237.

HSL color Cylindrical-coordinate representation of color #75122A: hue angle of 345.45º 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 #75122A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 42 -
CMYK 0 0.85 0.64 0.54
HSL 345.45º 0.73% 0.26% -
HSV(B) 345.45º 0.85% 0.46% -
XYZ 7.97 4.38 2.62 -
YUV 50.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 117 18 42 0 0.85 0.64 0.54 345.45 0.73 0.26
Hex 75 12 2A 0 55 40 36 159 49 1A
Octal 165 22 52 0 125 100 66 531 111 32
Binary 1110101 10010 101010 0 1010101 1000000 110110 101011001 1001001 11010

Color Harmonies of #75122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75122A

Black with #75122A

Text Example


Text Example

White with #75122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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