Html Css Color HEX #751F28 Red Berry

📋 copy color: '#751F28'

red 117 ◦ green 31 ◦ blue 40

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

Shades of Red Berry #751F28

Tints of Red Berry #751F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 62.23%
G = 16.49%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#751F28 (or 0x751F28) is known color: Red Berry. HEX triplet: 75, 1F and 28. RGB value is (117,31,40). Sum of RGB (Red+Green+Blue) = 117+31+40=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F28 is #8AE0D7. Grayscale: #393939. Windows color (decimal): -9101528 or 2629493. OLE color: 2629493.

HSL color Cylindrical-coordinate representation of color #751F28: hue angle of 353.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F28 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 31 40 -
CMYK 0 0.74 0.66 0.54
HSL 353.72º 0.58% 0.29% -
HSV(B) 353.72º 0.74% 0.46% -
XYZ 8.21 4.92 2.52 -
YUV 57.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 117 31 40 0 0.74 0.66 0.54 353.72 0.58 0.29
Hex 75 1F 28 0 4A 42 36 162 3A 1D
Octal 165 37 50 0 112 102 66 542 72 35
Binary 1110101 11111 101000 0 1001010 1000010 110110 101100010 111010 11101

Color Harmonies of #751F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F28

Black with #751F28

Text Example


Text Example

White with #751F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,31,40); }

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

background-color css

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

 a { background-color: rgb(117,31,40); }

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

border-color css

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

 span { border-color: rgb(117,31,40); }

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