Html Css Color HEX #671330 Claret

📋 copy color: '#671330'

red 103 ◦ green 19 ◦ blue 48

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

Shades of Claret #671330

Tints of Claret #671330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 60.59%
G = 11.18%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#671330 (or 0x671330) is known color: Claret. HEX triplet: 67, 13 and 30. RGB value is (103,19,48). Sum of RGB (Red+Green+Blue) = 103+19+48=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #671330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671330 is #98ECCF. Grayscale: #2F2F2F. Windows color (decimal): -10022096 or 3150695. OLE color: 3150695.

HSL color Cylindrical-coordinate representation of color #671330: hue angle of 339.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671330 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 19 48 -
CMYK 0 0.82 0.53 0.60
HSL 339.29º 0.69% 0.24% -
HSV(B) 339.29º 0.82% 0.4% -
XYZ 6.36 3.56 3.15 -
YUV 47.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 103 19 48 0 0.82 0.53 0.60 339.29 0.69 0.24
Hex 67 13 30 0 52 35 3C 153 45 18
Octal 147 23 60 0 122 65 74 523 105 30
Binary 1100111 10011 110000 0 1010010 110101 111100 101010011 1000101 11000

Color Harmonies of #671330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671330

Black with #671330

Text Example


Text Example

White with #671330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671330; }

 p { color: rgb(103,19,48); }

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

background-color css

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

 a { background-color: rgb(103,19,48); }

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

border-color css

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

 span { border-color: rgb(103,19,48); }

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