Html Css Color HEX #661B2F Claret

📋 copy color: '#661B2F'

red 102 ◦ green 27 ◦ blue 47

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

Shades of Claret #661B2F

Tints of Claret #661B2F

RGB

 RED value IS 102 (40.23% from 255) = 57.95%

 GREEN value IS 27 (10.94% from 255) = 15.34%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 57.95%
G = 15.34%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#661B2F (or 0x661B2F) is known color: Claret. HEX triplet: 66, 1B and 2F. RGB value is (102,27,47). Sum of RGB (Red+Green+Blue) = 102+27+47=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #661B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B2F is #99E4D0. Grayscale: #333333. Windows color (decimal): -10085585 or 3087206. OLE color: 3087206.

HSL color Cylindrical-coordinate representation of color #661B2F: hue angle of 344º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B2F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 27 47 -
CMYK 0 0.74 0.54 0.6
HSL 344º 0.58% 0.25% -
HSV(B) 344º 0.74% 0.4% -
XYZ 6.38 3.81 3.09 -
YUV 51.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 102 27 47 0 0.74 0.54 0.6 344 0.58 0.25
Hex 66 1B 2F 0 4A 36 3C 158 3A 19
Octal 146 33 57 0 112 66 74 530 72 31
Binary 1100110 11011 101111 0 1001010 110110 111100 101011000 111010 11001

Color Harmonies of #661B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B2F

Black with #661B2F

Text Example


Text Example

White with #661B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661B2F; }

 p { color: rgb(102,27,47); }

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

background-color css

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

 a { background-color: rgb(102,27,47); }

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

border-color css

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

 span { border-color: rgb(102,27,47); }

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