Html Css Color HEX #6F2434 Claret

📋 copy color: '#6F2434'

red 111 ◦ green 36 ◦ blue 52

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

Shades of Claret #6F2434

Tints of Claret #6F2434

RGB

 RED value IS 111 (43.75% from 255) = 55.78%

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 55.78%
G = 18.09%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F2434 (or 0x6F2434) is known color: Claret. HEX triplet: 6F, 24 and 34. RGB value is (111,36,52). Sum of RGB (Red+Green+Blue) = 111+36+52=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2434 is #90DBCB. Grayscale: #3C3C3C. Windows color (decimal): -9493452 or 3417199. OLE color: 3417199.

HSL color Cylindrical-coordinate representation of color #6F2434: hue angle of 347.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2434 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 52 -
CMYK 0 0.68 0.53 0.56
HSL 347.2º 0.51% 0.29% -
HSV(B) 347.2º 0.68% 0.44% -
XYZ 7.81 4.89 3.78 -
YUV 60.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 111 36 52 0 0.68 0.53 0.56 347.2 0.51 0.29
Hex 6F 24 34 0 44 35 38 15B 33 1D
Octal 157 44 64 0 104 65 70 533 63 35
Binary 1101111 100100 110100 0 1000100 110101 111000 101011011 110011 11101

Color Harmonies of #6F2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2434

Black with #6F2434

Text Example


Text Example

White with #6F2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2434; }

 p { color: rgb(111,36,52); }

 H1.HeaderClassName
 {
   color: #6F2434;
 }
 .AnyTagClassName
 {
   color: #6F2434;
 }
</style>

background-color css

<style>
 a { background-color: #6F2434; }

 a { background-color: rgb(111,36,52); }

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

border-color css

<style>
 span { border-color: #6F2434; }

 span { border-color: rgb(111,36,52); }

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