Html Css Color HEX #75151A Red Berry

📋 copy color: '#75151A'

red 117 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #75151A

Tints of Red Berry #75151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

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

R = 71.34%
G = 12.8%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75151A (or 0x75151A) is known color: Red Berry. HEX triplet: 75, 15 and 1A. RGB value is (117,21,26). Sum of RGB (Red+Green+Blue) = 117+21+26=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75151A is #8AEAE5. Grayscale: #323232. Windows color (decimal): -9104102 or 1709429. OLE color: 1709429.

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

Color convert

RGB 117 21 26 -
CMYK 0 0.82 0.78 0.54
HSL 356.88º 0.7% 0.27% -
HSV(B) 356.88º 0.82% 0.46% -
XYZ 7.79 4.39 1.41 -
YUV 50.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 117 21 26 0 0.82 0.78 0.54 356.88 0.7 0.27
Hex 75 15 1A 0 52 4E 36 165 46 1B
Octal 165 25 32 0 122 116 66 545 106 33
Binary 1110101 10101 11010 0 1010010 1001110 110110 101100101 1000110 11011

Color Harmonies of #75151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75151A

Black with #75151A

Text Example


Text Example

White with #75151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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