Html Css Color HEX #632B45 Pompadour

📋 copy color: '#632B45'

red 99 ◦ green 43 ◦ blue 69

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

Shades of Pompadour #632B45

Tints of Pompadour #632B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.38%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 46.92%
G = 20.38%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#632B45 (or 0x632B45) is known color: Pompadour. HEX triplet: 63, 2B and 45. RGB value is (99,43,69). Sum of RGB (Red+Green+Blue) = 99+43+69=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #632B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B45 is #9CD4BA. Grayscale: #3E3E3E. Windows color (decimal): -10278075 or 4533091. OLE color: 4533091.

HSL color Cylindrical-coordinate representation of color #632B45: hue angle of 332.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632B45 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 43 69 -
CMYK 0 0.57 0.30 0.61
HSL 332.14º 0.39% 0.28% -
HSV(B) 332.14º 0.57% 0.39% -
XYZ 7.08 4.81 6.19 -
YUV 62.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 99 43 69 0 0.57 0.30 0.61 332.14 0.39 0.28
Hex 63 2B 45 0 39 1E 3D 14C 27 1C
Octal 143 53 105 0 71 36 75 514 47 34
Binary 1100011 101011 1000101 0 111001 11110 111101 101001100 100111 11100

Color Harmonies of #632B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632B45

Black with #632B45

Text Example


Text Example

White with #632B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632B45; }

 p { color: rgb(99,43,69); }

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

background-color css

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

 a { background-color: rgb(99,43,69); }

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

border-color css

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

 span { border-color: rgb(99,43,69); }

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