Html Css Color HEX #754141 Bole

📋 copy color: '#754141'

red 117 ◦ green 65 ◦ blue 65

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

Shades of Bole #754141

Tints of Bole #754141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 47.37%
G = 26.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754141 (or 0x754141) is known color: Bole. HEX triplet: 75, 41 and 41. RGB value is (117,65,65). Sum of RGB (Red+Green+Blue) = 117+65+65=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754141 is #8ABEBE. Grayscale: #505050. Windows color (decimal): -9092799 or 4276597. OLE color: 4276597.

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

Color convert

RGB 117 65 65 -
CMYK 0 0.44 0.44 0.54
HSL 0.29% 0.36% -
HSV(B) 0.44% 0.46% -
XYZ 10.18 7.94 6 -
YUV 80.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 117 65 65 0 0.44 0.44 0.54 0 0.29 0.36
Hex 75 41 41 0 2C 2C 36 0 1D 24
Octal 165 101 101 0 54 54 66 0 35 44
Binary 1110101 1000001 1000001 0 101100 101100 110110 0 11101 100100

Color Harmonies of #754141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754141

Black with #754141

Text Example


Text Example

White with #754141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754141; }

 p { color: rgb(117,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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