Html Css Color HEX #6D101F Pohutukawa

📋 copy color: '#6D101F'

red 109 ◦ green 16 ◦ blue 31

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

Shades of Pohutukawa #6D101F

Tints of Pohutukawa #6D101F

RGB

 RED value IS 109 (42.97% from 255) = 69.87%

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 69.87%
G = 10.26%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D101F (or 0x6D101F) is known color: Pohutukawa. HEX triplet: 6D, 10 and 1F. RGB value is (109,16,31). Sum of RGB (Red+Green+Blue) = 109+16+31=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D101F is #92EFE0. Grayscale: #2D2D2D. Windows color (decimal): -9629665 or 2035821. OLE color: 2035821.

HSL color Cylindrical-coordinate representation of color #6D101F: hue angle of 350.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D101F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 31 -
CMYK 0 0.85 0.72 0.57
HSL 350.32º 0.74% 0.25% -
HSV(B) 350.32º 0.85% 0.43% -
XYZ 6.74 3.72 1.66 -
YUV 45.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 109 16 31 0 0.85 0.72 0.57 350.32 0.74 0.25
Hex 6D 10 1F 0 55 48 39 15E 4A 19
Octal 155 20 37 0 125 110 71 536 112 31
Binary 1101101 10000 11111 0 1010101 1001000 111001 101011110 1001010 11001

Color Harmonies of #6D101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D101F

Black with #6D101F

Text Example


Text Example

White with #6D101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,31); }

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

background-color css

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

 a { background-color: rgb(109,16,31); }

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

border-color css

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

 span { border-color: rgb(109,16,31); }

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