Html Css Color HEX #671533 Claret

📋 copy color: '#671533'

red 103 ◦ green 21 ◦ blue 51

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

Shades of Claret #671533

Tints of Claret #671533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 58.86%
G = 12%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#671533 (or 0x671533) is known color: Claret. HEX triplet: 67, 15 and 33. RGB value is (103,21,51). Sum of RGB (Red+Green+Blue) = 103+21+51=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671533 is #98EACC. Grayscale: #303030. Windows color (decimal): -10021581 or 3347815. OLE color: 3347815.

HSL color Cylindrical-coordinate representation of color #671533: hue angle of 338.05º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671533 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 51 -
CMYK 0 0.80 0.50 0.60
HSL 338.05º 0.66% 0.24% -
HSV(B) 338.05º 0.8% 0.4% -
XYZ 6.46 3.66 3.5 -
YUV 48.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 103 21 51 0 0.80 0.50 0.60 338.05 0.66 0.24
Hex 67 15 33 0 50 32 3C 152 42 18
Octal 147 25 63 0 120 62 74 522 102 30
Binary 1100111 10101 110011 0 1010000 110010 111100 101010010 1000010 11000

Color Harmonies of #671533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671533

Black with #671533

Text Example


Text Example

White with #671533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671533; }

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

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

background-color css

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

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

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

border-color css

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

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

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