Html Css Color HEX #6D1126 Pohutukawa

📋 copy color: '#6D1126'

red 109 ◦ green 17 ◦ blue 38

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

Shades of Pohutukawa #6D1126

Tints of Pohutukawa #6D1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 66.46%
G = 10.37%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6D1126 (or 0x6D1126) is known color: Pohutukawa. HEX triplet: 6D, 11 and 26. RGB value is (109,17,38). Sum of RGB (Red+Green+Blue) = 109+17+38=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1126 is #92EED9. Grayscale: #2E2E2E. Windows color (decimal): -9629402 or 2494829. OLE color: 2494829.

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

Color convert

RGB 109 17 38 -
CMYK 0 0.84 0.65 0.57
HSL 346.3º 0.73% 0.25% -
HSV(B) 346.3º 0.84% 0.43% -
XYZ 6.86 3.79 2.2 -
YUV 46.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 109 17 38 0 0.84 0.65 0.57 346.3 0.73 0.25
Hex 6D 11 26 0 54 41 39 15A 49 19
Octal 155 21 46 0 124 101 71 532 111 31
Binary 1101101 10001 100110 0 1010100 1000001 111001 101011010 1001001 11001

Color Harmonies of #6D1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1126

Black with #6D1126

Text Example


Text Example

White with #6D1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,38); }

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

background-color css

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

 a { background-color: rgb(109,17,38); }

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

border-color css

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

 span { border-color: rgb(109,17,38); }

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