Html Css Color HEX #672632 Claret

📋 copy color: '#672632'

red 103 ◦ green 38 ◦ blue 50

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

Shades of Claret #672632

Tints of Claret #672632

RGB

 RED value IS 103 (40.63% from 255) = 53.93%

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 53.93%
G = 19.9%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#672632 (or 0x672632) is known color: Claret. HEX triplet: 67, 26 and 32. RGB value is (103,38,50). Sum of RGB (Red+Green+Blue) = 103+38+50=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #672632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672632 is #98D9CD. Grayscale: #3A3A3A. Windows color (decimal): -10017230 or 3286631. OLE color: 3286631.

HSL color Cylindrical-coordinate representation of color #672632: hue angle of 348.92º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672632 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 38 50 -
CMYK 0 0.63 0.51 0.60
HSL 348.92º 0.46% 0.28% -
HSV(B) 348.92º 0.63% 0.4% -
XYZ 6.86 4.5 3.52 -
YUV 58.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 103 38 50 0 0.63 0.51 0.60 348.92 0.46 0.28
Hex 67 26 32 0 3F 33 3C 15D 2E 1C
Octal 147 46 62 0 77 63 74 535 56 34
Binary 1100111 100110 110010 0 111111 110011 111100 101011101 101110 11100

Color Harmonies of #672632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672632

Black with #672632

Text Example


Text Example

White with #672632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672632; }

 p { color: rgb(103,38,50); }

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

background-color css

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

 a { background-color: rgb(103,38,50); }

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

border-color css

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

 span { border-color: rgb(103,38,50); }

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