Html Css Color HEX #67222F Claret

📋 copy color: '#67222F'

red 103 ◦ green 34 ◦ blue 47

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

Shades of Claret #67222F

Tints of Claret #67222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

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

R = 55.98%
G = 18.48%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67222F (or 0x67222F) is known color: Claret. HEX triplet: 67, 22 and 2F. RGB value is (103,34,47). Sum of RGB (Red+Green+Blue) = 103+34+47=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #67222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67222F is #98DDD0. Grayscale: #383838. Windows color (decimal): -10018257 or 3088999. OLE color: 3088999.

HSL color Cylindrical-coordinate representation of color #67222F: hue angle of 348.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67222F is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 34 47 -
CMYK 0 0.67 0.54 0.60
HSL 348.7º 0.5% 0.27% -
HSV(B) 348.7º 0.67% 0.4% -
XYZ 6.68 4.23 3.15 -
YUV 56.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 103 34 47 0 0.67 0.54 0.60 348.7 0.5 0.27
Hex 67 22 2F 0 43 36 3C 15D 32 1B
Octal 147 42 57 0 103 66 74 535 62 33
Binary 1100111 100010 101111 0 1000011 110110 111100 101011101 110010 11011

Color Harmonies of #67222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67222F

Black with #67222F

Text Example


Text Example

White with #67222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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