Html Css Color HEX #462641 Voodoo

📋 copy color: '#462641'

red 70 ◦ green 38 ◦ blue 65

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

Shades of Voodoo #462641

Tints of Voodoo #462641

RGB

 RED value IS 70 (27.73% from 255) = 40.46%

 GREEN value IS 38 (15.23% from 255) = 21.97%

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

R = 40.46%
G = 21.97%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#462641 (or 0x462641) is known color: Voodoo. HEX triplet: 46, 26 and 41. RGB value is (70,38,65). Sum of RGB (Red+Green+Blue) = 70+38+65=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #462641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462641 is #B9D9BE. Grayscale: #323232. Windows color (decimal): -12179903 or 4269638. OLE color: 4269638.

HSL color Cylindrical-coordinate representation of color #462641: hue angle of 309.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462641 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 65 -
CMYK 0 0.46 0.07 0.73
HSL 309.38º 0.3% 0.21% -
HSV(B) 309.38º 0.46% 0.27% -
XYZ 4.17 3.07 5.37 -
YUV 50.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 70 38 65 0 0.46 0.07 0.73 309.38 0.3 0.21
Hex 46 26 41 0 2E 7 49 135 1E 15
Octal 106 46 101 0 56 7 111 465 36 25
Binary 1000110 100110 1000001 0 101110 111 1001001 100110101 11110 10101

Color Harmonies of #462641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462641

Black with #462641

Text Example


Text Example

White with #462641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462641; }

 p { color: rgb(70,38,65); }

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

background-color css

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

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

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

border-color css

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

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

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