Html Css Color HEX #671532 Claret

📋 copy color: '#671532'

red 103 ◦ green 21 ◦ blue 50

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

Shades of Claret #671532

Tints of Claret #671532

RGB

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

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

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

R = 59.2%
G = 12.07%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#671532 (or 0x671532) is known color: Claret. HEX triplet: 67, 15 and 32. RGB value is (103,21,50). Sum of RGB (Red+Green+Blue) = 103+21+50=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #671532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671532 is #98EACD. Grayscale: #303030. Windows color (decimal): -10021582 or 3282279. OLE color: 3282279.

HSL color Cylindrical-coordinate representation of color #671532: hue angle of 338.78º 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 #671532 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 50 -
CMYK 0 0.80 0.51 0.60
HSL 338.78º 0.66% 0.24% -
HSV(B) 338.78º 0.8% 0.4% -
XYZ 6.44 3.65 3.38 -
YUV 48.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 103 21 50 0 0.80 0.51 0.60 338.78 0.66 0.24
Hex 67 15 32 0 50 33 3C 153 42 18
Octal 147 25 62 0 120 63 74 523 102 30
Binary 1100111 10101 110010 0 1010000 110011 111100 101010011 1000010 11000

Color Harmonies of #671532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671532

Black with #671532

Text Example


Text Example

White with #671532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671532; }

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

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

background-color css

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

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

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

border-color css

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

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

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