Html Css Color HEX #75131A Red Berry

📋 copy color: '#75131A'

red 117 ◦ green 19 ◦ blue 26

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

Shades of Red Berry #75131A

Tints of Red Berry #75131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

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

R = 72.22%
G = 11.73%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75131A (or 0x75131A) is known color: Red Berry. HEX triplet: 75, 13 and 1A. RGB value is (117,19,26). Sum of RGB (Red+Green+Blue) = 117+19+26=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75131A is #8AECE5. Grayscale: #313131. Windows color (decimal): -9104614 or 1708917. OLE color: 1708917.

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

Color convert

RGB 117 19 26 -
CMYK 0 0.84 0.78 0.54
HSL 355.71º 0.72% 0.27% -
HSV(B) 355.71º 0.84% 0.46% -
XYZ 7.76 4.32 1.4 -
YUV 49.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 117 19 26 0 0.84 0.78 0.54 355.71 0.72 0.27
Hex 75 13 1A 0 54 4E 36 164 48 1B
Octal 165 23 32 0 124 116 66 544 110 33
Binary 1110101 10011 11010 0 1010100 1001110 110110 101100100 1001000 11011

Color Harmonies of #75131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75131A

Black with #75131A

Text Example


Text Example

White with #75131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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