Html Css Color HEX #631A3F Pompadour

📋 copy color: '#631A3F'

red 99 ◦ green 26 ◦ blue 63

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

Shades of Pompadour #631A3F

Tints of Pompadour #631A3F

RGB

 RED value IS 99 (39.06% from 255) = 52.66%

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 52.66%
G = 13.83%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#631A3F (or 0x631A3F) is known color: Pompadour. HEX triplet: 63, 1A and 3F. RGB value is (99,26,63). Sum of RGB (Red+Green+Blue) = 99+26+63=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A3F is #9CE5C0. Grayscale: #333333. Windows color (decimal): -10282433 or 4135523. OLE color: 4135523.

HSL color Cylindrical-coordinate representation of color #631A3F: hue angle of 329.59º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A3F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 63 -
CMYK 0 0.74 0.36 0.61
HSL 329.59º 0.58% 0.25% -
HSV(B) 329.59º 0.74% 0.39% -
XYZ 6.41 3.75 5.09 -
YUV 52.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 99 26 63 0 0.74 0.36 0.61 329.59 0.58 0.25
Hex 63 1A 3F 0 4A 24 3D 14A 3A 19
Octal 143 32 77 0 112 44 75 512 72 31
Binary 1100011 11010 111111 0 1001010 100100 111101 101001010 111010 11001

Color Harmonies of #631A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A3F

Black with #631A3F

Text Example


Text Example

White with #631A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A3F; }

 p { color: rgb(99,26,63); }

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

background-color css

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

 a { background-color: rgb(99,26,63); }

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

border-color css

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

 span { border-color: rgb(99,26,63); }

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