Html Css Color HEX #67202F Claret

📋 copy color: '#67202F'

red 103 ◦ green 32 ◦ blue 47

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

Shades of Claret #67202F

Tints of Claret #67202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 56.59%
G = 17.58%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67202F (or 0x67202F) is known color: Claret. HEX triplet: 67, 20 and 2F. RGB value is (103,32,47). Sum of RGB (Red+Green+Blue) = 103+32+47=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67202F is #98DFD0. Grayscale: #363636. Windows color (decimal): -10018769 or 3088487. OLE color: 3088487.

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

Color convert

RGB 103 32 47 -
CMYK 0 0.69 0.54 0.60
HSL 347.32º 0.53% 0.26% -
HSV(B) 347.32º 0.69% 0.4% -
XYZ 6.62 4.12 3.14 -
YUV 54.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 103 32 47 0 0.69 0.54 0.60 347.32 0.53 0.26
Hex 67 20 2F 0 45 36 3C 15B 35 1A
Octal 147 40 57 0 105 66 74 533 65 32
Binary 1100111 100000 101111 0 1000101 110110 111100 101011011 110101 11010

Color Harmonies of #67202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67202F

Black with #67202F

Text Example


Text Example

White with #67202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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