Html Css Color HEX #6D1326 Pohutukawa

📋 copy color: '#6D1326'

red 109 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #6D1326

Tints of Pohutukawa #6D1326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 65.66%
G = 11.45%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6D1326 (or 0x6D1326) is known color: Pohutukawa. HEX triplet: 6D, 13 and 26. RGB value is (109,19,38). Sum of RGB (Red+Green+Blue) = 109+19+38=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1326 is #92ECD9. Grayscale: #303030. Windows color (decimal): -9628890 or 2495341. OLE color: 2495341.

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

Color convert

RGB 109 19 38 -
CMYK 0 0.83 0.65 0.57
HSL 347.33º 0.7% 0.25% -
HSV(B) 347.33º 0.83% 0.43% -
XYZ 6.89 3.86 2.22 -
YUV 48.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 109 19 38 0 0.83 0.65 0.57 347.33 0.7 0.25
Hex 6D 13 26 0 53 41 39 15B 46 19
Octal 155 23 46 0 123 101 71 533 106 31
Binary 1101101 10011 100110 0 1010011 1000001 111001 101011011 1000110 11001

Color Harmonies of #6D1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1326

Black with #6D1326

Text Example


Text Example

White with #6D1326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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