Html Css Color HEX #75192A Red Berry

📋 copy color: '#75192A'

red 117 ◦ green 25 ◦ blue 42

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

Shades of Red Berry #75192A

Tints of Red Berry #75192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 63.59%
G = 13.59%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75192A (or 0x75192A) is known color: Red Berry. HEX triplet: 75, 19 and 2A. RGB value is (117,25,42). Sum of RGB (Red+Green+Blue) = 117+25+42=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192A is #8AE6D5. Grayscale: #363636. Windows color (decimal): -9103062 or 2759029. OLE color: 2759029.

HSL color Cylindrical-coordinate representation of color #75192A: hue angle of 348.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75192A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 42 -
CMYK 0 0.79 0.64 0.54
HSL 348.91º 0.65% 0.28% -
HSV(B) 348.91º 0.79% 0.46% -
XYZ 8.1 4.64 2.66 -
YUV 54.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 117 25 42 0 0.79 0.64 0.54 348.91 0.65 0.28
Hex 75 19 2A 0 4F 40 36 15D 41 1C
Octal 165 31 52 0 117 100 66 535 101 34
Binary 1110101 11001 101010 0 1001111 1000000 110110 101011101 1000001 11100

Color Harmonies of #75192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75192A

Black with #75192A

Text Example


Text Example

White with #75192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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