Html Css Color HEX #6B2245 Pompadour

📋 copy color: '#6B2245'

red 107 ◦ green 34 ◦ blue 69

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

Shades of Pompadour #6B2245

Tints of Pompadour #6B2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 50.95%
G = 16.19%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B2245 (or 0x6B2245) is known color: Pompadour. HEX triplet: 6B, 22 and 45. RGB value is (107,34,69). Sum of RGB (Red+Green+Blue) = 107+34+69=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2245 is #94DDBA. Grayscale: #3B3B3B. Windows color (decimal): -9756091 or 4530795. OLE color: 4530795.

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

Color convert

RGB 107 34 69 -
CMYK 0 0.68 0.36 0.58
HSL 331.23º 0.52% 0.28% -
HSV(B) 331.23º 0.68% 0.42% -
XYZ 7.71 4.7 6.13 -
YUV 59.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 107 34 69 0 0.68 0.36 0.58 331.23 0.52 0.28
Hex 6B 22 45 0 44 24 3A 14B 34 1C
Octal 153 42 105 0 104 44 72 513 64 34
Binary 1101011 100010 1000101 0 1000100 100100 111010 101001011 110100 11100

Color Harmonies of #6B2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2245

Black with #6B2245

Text Example


Text Example

White with #6B2245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,34,69); }

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

background-color css

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

 a { background-color: rgb(107,34,69); }

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

border-color css

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

 span { border-color: rgb(107,34,69); }

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