Html Css Color HEX #751826 Red Berry

📋 copy color: '#751826'

red 117 ◦ green 24 ◦ blue 38

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

Shades of Red Berry #751826

Tints of Red Berry #751826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 65.36%
G = 13.41%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751826 (or 0x751826) is known color: Red Berry. HEX triplet: 75, 18 and 26. RGB value is (117,24,38). Sum of RGB (Red+Green+Blue) = 117+24+38=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #751826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751826 is #8AE7D9. Grayscale: #353535. Windows color (decimal): -9103322 or 2496629. OLE color: 2496629.

HSL color Cylindrical-coordinate representation of color #751826: hue angle of 350.97º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751826 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 38 -
CMYK 0 0.79 0.68 0.54
HSL 350.97º 0.66% 0.28% -
HSV(B) 350.97º 0.79% 0.46% -
XYZ 8.01 4.58 2.29 -
YUV 53.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 117 24 38 0 0.79 0.68 0.54 350.97 0.66 0.28
Hex 75 18 26 0 4F 44 36 15F 42 1C
Octal 165 30 46 0 117 104 66 537 102 34
Binary 1110101 11000 100110 0 1001111 1000100 110110 101011111 1000010 11100

Color Harmonies of #751826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751826

Black with #751826

Text Example


Text Example

White with #751826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751826; }

 p { color: rgb(117,24,38); }

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

background-color css

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

 a { background-color: rgb(117,24,38); }

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

border-color css

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

 span { border-color: rgb(117,24,38); }

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