Html Css Color HEX #751F2C Red Berry

📋 copy color: '#751F2C'

red 117 ◦ green 31 ◦ blue 44

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

Shades of Red Berry #751F2C

Tints of Red Berry #751F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 60.94%
G = 16.15%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#751F2C (or 0x751F2C) is known color: Red Berry. HEX triplet: 75, 1F and 2C. RGB value is (117,31,44). Sum of RGB (Red+Green+Blue) = 117+31+44=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F2C is #8AE0D3. Grayscale: #3A3A3A. Windows color (decimal): -9101524 or 2891637. OLE color: 2891637.

HSL color Cylindrical-coordinate representation of color #751F2C: hue angle of 350.93º 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 #751F2C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 31 44 -
CMYK 0 0.74 0.62 0.54
HSL 350.93º 0.58% 0.29% -
HSV(B) 350.93º 0.74% 0.46% -
XYZ 8.28 4.94 2.9 -
YUV 58.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 117 31 44 0 0.74 0.62 0.54 350.93 0.58 0.29
Hex 75 1F 2C 0 4A 3E 36 15F 3A 1D
Octal 165 37 54 0 112 76 66 537 72 35
Binary 1110101 11111 101100 0 1001010 111110 110110 101011111 111010 11101

Color Harmonies of #751F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F2C

Black with #751F2C

Text Example


Text Example

White with #751F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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