Html Css Color HEX #751B21 Red Berry

📋 copy color: '#751B21'

red 117 ◦ green 27 ◦ blue 33

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

Shades of Red Berry #751B21

Tints of Red Berry #751B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.25%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 66.1%
G = 15.25%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#751B21 (or 0x751B21) is known color: Red Berry. HEX triplet: 75, 1B and 21. RGB value is (117,27,33). Sum of RGB (Red+Green+Blue) = 117+27+33=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B21 is #8AE4DE. Grayscale: #363636. Windows color (decimal): -9102559 or 2169717. OLE color: 2169717.

HSL color Cylindrical-coordinate representation of color #751B21: hue angle of 356º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B21 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 27 33 -
CMYK 0 0.77 0.72 0.54
HSL 356º 0.63% 0.28% -
HSV(B) 356º 0.77% 0.46% -
XYZ 8 4.68 1.92 -
YUV 54.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 117 27 33 0 0.77 0.72 0.54 356 0.63 0.28
Hex 75 1B 21 0 4D 48 36 164 3E 1C
Octal 165 33 41 0 115 110 66 544 76 34
Binary 1110101 11011 100001 0 1001101 1001000 110110 101100100 111110 11100

Color Harmonies of #751B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B21

Black with #751B21

Text Example


Text Example

White with #751B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751B21; }

 p { color: rgb(117,27,33); }

 H1.HeaderClassName
 {
   color: #751B21;
 }
 .AnyTagClassName
 {
   color: #751B21;
 }
</style>

background-color css

<style>
 a { background-color: #751B21; }

 a { background-color: rgb(117,27,33); }

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

border-color css

<style>
 span { border-color: #751B21; }

 span { border-color: rgb(117,27,33); }

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