Html Css Color HEX #69152E Claret

📋 copy color: '#69152E'

red 105 ◦ green 21 ◦ blue 46

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

Shades of Claret #69152E

Tints of Claret #69152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

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

R = 61.05%
G = 12.21%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#69152E (or 0x69152E) is known color: Claret. HEX triplet: 69, 15 and 2E. RGB value is (105,21,46). Sum of RGB (Red+Green+Blue) = 105+21+46=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69152E is #96EAD1. Grayscale: #303030. Windows color (decimal): -9890514 or 3020137. OLE color: 3020137.

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

Color convert

RGB 105 21 46 -
CMYK 0 0.80 0.56 0.59
HSL 342.14º 0.67% 0.25% -
HSV(B) 342.14º 0.8% 0.41% -
XYZ 6.59 3.74 2.96 -
YUV 48.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 105 21 46 0 0.80 0.56 0.59 342.14 0.67 0.25
Hex 69 15 2E 0 50 38 3B 156 43 19
Octal 151 25 56 0 120 70 73 526 103 31
Binary 1101001 10101 101110 0 1010000 111000 111011 101010110 1000011 11001

Color Harmonies of #69152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69152E

Black with #69152E

Text Example


Text Example

White with #69152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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