Html Css Color HEX #6F1D30 Claret

📋 copy color: '#6F1D30'

red 111 ◦ green 29 ◦ blue 48

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

Shades of Claret #6F1D30

Tints of Claret #6F1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.43%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 59.04%
G = 15.43%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F1D30 (or 0x6F1D30) is known color: Claret. HEX triplet: 6F, 1D and 30. RGB value is (111,29,48). Sum of RGB (Red+Green+Blue) = 111+29+48=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D30 is #90E2CF. Grayscale: #373737. Windows color (decimal): -9495248 or 3153263. OLE color: 3153263.

HSL color Cylindrical-coordinate representation of color #6F1D30: hue angle of 346.1º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D30 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 29 48 -
CMYK 0 0.74 0.57 0.56
HSL 346.1º 0.59% 0.27% -
HSV(B) 346.1º 0.74% 0.44% -
XYZ 7.53 4.47 3.26 -
YUV 55.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 111 29 48 0 0.74 0.57 0.56 346.1 0.59 0.27
Hex 6F 1D 30 0 4A 39 38 15A 3B 1B
Octal 157 35 60 0 112 71 70 532 73 33
Binary 1101111 11101 110000 0 1001010 111001 111000 101011010 111011 11011

Color Harmonies of #6F1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D30

Black with #6F1D30

Text Example


Text Example

White with #6F1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,29,48); }

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

background-color css

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

 a { background-color: rgb(111,29,48); }

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

border-color css

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

 span { border-color: rgb(111,29,48); }

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