Html Css Color HEX #67212F Claret

📋 copy color: '#67212F'

red 103 ◦ green 33 ◦ blue 47

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

Shades of Claret #67212F

Tints of Claret #67212F

RGB

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

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

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

R = 56.28%
G = 18.03%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67212F (or 0x67212F) is known color: Claret. HEX triplet: 67, 21 and 2F. RGB value is (103,33,47). Sum of RGB (Red+Green+Blue) = 103+33+47=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67212F is #98DED0. Grayscale: #373737. Windows color (decimal): -10018513 or 3088743. OLE color: 3088743.

HSL color Cylindrical-coordinate representation of color #67212F: hue angle of 348º 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 #67212F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 47 -
CMYK 0 0.68 0.54 0.60
HSL 348º 0.51% 0.27% -
HSV(B) 348º 0.68% 0.4% -
XYZ 6.65 4.18 3.14 -
YUV 55.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 103 33 47 0 0.68 0.54 0.60 348 0.51 0.27
Hex 67 21 2F 0 44 36 3C 15C 33 1B
Octal 147 41 57 0 104 66 74 534 63 33
Binary 1100111 100001 101111 0 1000100 110110 111100 101011100 110011 11011

Color Harmonies of #67212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67212F

Black with #67212F

Text Example


Text Example

White with #67212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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