Html Css Color HEX #672133 Claret

📋 copy color: '#672133'

red 103 ◦ green 33 ◦ blue 51

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

Shades of Claret #672133

Tints of Claret #672133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 55.08%
G = 17.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#672133 (or 0x672133) is known color: Claret. HEX triplet: 67, 21 and 33. RGB value is (103,33,51). Sum of RGB (Red+Green+Blue) = 103+33+51=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #672133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672133 is #98DECC. Grayscale: #373737. Windows color (decimal): -10018509 or 3350887. OLE color: 3350887.

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

Color convert

RGB 103 33 51 -
CMYK 0 0.68 0.50 0.60
HSL 344.57º 0.51% 0.27% -
HSV(B) 344.57º 0.68% 0.4% -
XYZ 6.73 4.21 3.59 -
YUV 55.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 103 33 51 0 0.68 0.50 0.60 344.57 0.51 0.27
Hex 67 21 33 0 44 32 3C 159 33 1B
Octal 147 41 63 0 104 62 74 531 63 33
Binary 1100111 100001 110011 0 1000100 110010 111100 101011001 110011 11011

Color Harmonies of #672133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672133

Black with #672133

Text Example


Text Example

White with #672133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672133; }

 p { color: rgb(103,33,51); }

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

background-color css

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

 a { background-color: rgb(103,33,51); }

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

border-color css

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

 span { border-color: rgb(103,33,51); }

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