Html Css Color HEX #6B234B Pompadour

📋 copy color: '#6B234B'

red 107 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #6B234B

Tints of Pompadour #6B234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

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

R = 49.31%
G = 16.13%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B234B (or 0x6B234B) is known color: Pompadour. HEX triplet: 6B, 23 and 4B. RGB value is (107,35,75). Sum of RGB (Red+Green+Blue) = 107+35+75=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B234B is #94DCB4. Grayscale: #3D3D3D. Windows color (decimal): -9755829 or 4924267. OLE color: 4924267.

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

Color convert

RGB 107 35 75 -
CMYK 0 0.67 0.30 0.58
HSL 326.67º 0.51% 0.28% -
HSV(B) 326.67º 0.67% 0.42% -
XYZ 7.93 4.84 7.17 -
YUV 61.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 107 35 75 0 0.67 0.30 0.58 326.67 0.51 0.28
Hex 6B 23 4B 0 43 1E 3A 147 33 1C
Octal 153 43 113 0 103 36 72 507 63 34
Binary 1101011 100011 1001011 0 1000011 11110 111010 101000111 110011 11100

Color Harmonies of #6B234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B234B

Black with #6B234B

Text Example


Text Example

White with #6B234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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