Html Css Color HEX #483743 Voodoo

📋 copy color: '#483743'

red 72 ◦ green 55 ◦ blue 67

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

Shades of Voodoo #483743

Tints of Voodoo #483743

RGB

 RED value IS 72 (28.52% from 255) = 37.11%

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 37.11%
G = 28.35%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#483743 (or 0x483743) is known color: Voodoo. HEX triplet: 48, 37 and 43. RGB value is (72,55,67). Sum of RGB (Red+Green+Blue) = 72+55+67=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483743 is #B7C8BC. Grayscale: #3D3D3D. Windows color (decimal): -12044477 or 4405064. OLE color: 4405064.

HSL color Cylindrical-coordinate representation of color #483743: hue angle of 317.65º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483743 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 67 -
CMYK 0 0.24 0.07 0.72
HSL 317.65º 0.13% 0.25% -
HSV(B) 317.65º 0.24% 0.28% -
XYZ 5.05 4.52 5.92 -
YUV 61.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 72 55 67 0 0.24 0.07 0.72 317.65 0.13 0.25
Hex 48 37 43 0 18 7 48 13E D 19
Octal 110 67 103 0 30 7 110 476 15 31
Binary 1001000 110111 1000011 0 11000 111 1001000 100111110 1101 11001

Color Harmonies of #483743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483743

Black with #483743

Text Example


Text Example

White with #483743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483743; }

 p { color: rgb(72,55,67); }

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

background-color css

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

 a { background-color: rgb(72,55,67); }

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

border-color css

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

 span { border-color: rgb(72,55,67); }

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