Html Css Color HEX #69142E Claret

📋 copy color: '#69142E'

red 105 ◦ green 20 ◦ blue 46

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

Shades of Claret #69142E

Tints of Claret #69142E

RGB

 RED value IS 105 (41.41% from 255) = 61.4%

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 61.4%
G = 11.7%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#69142E (or 0x69142E) is known color: Claret. HEX triplet: 69, 14 and 2E. RGB value is (105,20,46). Sum of RGB (Red+Green+Blue) = 105+20+46=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69142E is #96EBD1. Grayscale: #303030. Windows color (decimal): -9890770 or 3019881. OLE color: 3019881.

HSL color Cylindrical-coordinate representation of color #69142E: hue angle of 341.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69142E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 46 -
CMYK 0 0.81 0.56 0.59
HSL 341.65º 0.68% 0.25% -
HSV(B) 341.65º 0.81% 0.41% -
XYZ 6.57 3.7 2.95 -
YUV 48.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 105 20 46 0 0.81 0.56 0.59 341.65 0.68 0.25
Hex 69 14 2E 0 51 38 3B 156 44 19
Octal 151 24 56 0 121 70 73 526 104 31
Binary 1101001 10100 101110 0 1010001 111000 111011 101010110 1000100 11001

Color Harmonies of #69142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69142E

Black with #69142E

Text Example


Text Example

White with #69142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69142E; }

 p { color: rgb(105,20,46); }

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

background-color css

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

 a { background-color: rgb(105,20,46); }

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

border-color css

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

 span { border-color: rgb(105,20,46); }

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