Html Css Color HEX #6B244B Pompadour

📋 copy color: '#6B244B'

red 107 ◦ green 36 ◦ blue 75

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

Shades of Pompadour #6B244B

Tints of Pompadour #6B244B

RGB

 RED value IS 107 (42.19% from 255) = 49.08%

 GREEN value IS 36 (14.45% from 255) = 16.51%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 49.08%
G = 16.51%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B244B (or 0x6B244B) is known color: Pompadour. HEX triplet: 6B, 24 and 4B. RGB value is (107,36,75). Sum of RGB (Red+Green+Blue) = 107+36+75=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B244B is #94DBB4. Grayscale: #3D3D3D. Windows color (decimal): -9755573 or 4924523. OLE color: 4924523.

HSL color Cylindrical-coordinate representation of color #6B244B: hue angle of 327.04º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B244B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 36 75 -
CMYK 0 0.66 0.30 0.58
HSL 327.04º 0.5% 0.28% -
HSV(B) 327.04º 0.66% 0.42% -
XYZ 7.96 4.9 7.18 -
YUV 61.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 107 36 75 0 0.66 0.30 0.58 327.04 0.5 0.28
Hex 6B 24 4B 0 42 1E 3A 147 32 1C
Octal 153 44 113 0 102 36 72 507 62 34
Binary 1101011 100100 1001011 0 1000010 11110 111010 101000111 110010 11100

Color Harmonies of #6B244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B244B

Black with #6B244B

Text Example


Text Example

White with #6B244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B244B; }

 p { color: rgb(107,36,75); }

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

background-color css

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

 a { background-color: rgb(107,36,75); }

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

border-color css

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

 span { border-color: rgb(107,36,75); }

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