Html Css Color HEX #6A1329 Pohutukawa

📋 copy color: '#6A1329'

red 106 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #6A1329

Tints of Pohutukawa #6A1329

RGB

 RED value IS 106 (41.8% from 255) = 63.86%

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

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 63.86%
G = 11.45%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6A1329 (or 0x6A1329) is known color: Pohutukawa. HEX triplet: 6A, 13 and 29. RGB value is (106,19,41). Sum of RGB (Red+Green+Blue) = 106+19+41=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1329 is #95ECD6. Grayscale: #2F2F2F. Windows color (decimal): -9825495 or 2691946. OLE color: 2691946.

HSL color Cylindrical-coordinate representation of color #6A1329: hue angle of 344.83º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1329 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 19 41 -
CMYK 0 0.82 0.61 0.58
HSL 344.83º 0.7% 0.25% -
HSV(B) 344.83º 0.82% 0.42% -
XYZ 6.58 3.69 2.46 -
YUV 47.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 106 19 41 0 0.82 0.61 0.58 344.83 0.7 0.25
Hex 6A 13 29 0 52 3D 3A 159 46 19
Octal 152 23 51 0 122 75 72 531 106 31
Binary 1101010 10011 101001 0 1010010 111101 111010 101011001 1000110 11001

Color Harmonies of #6A1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1329

Black with #6A1329

Text Example


Text Example

White with #6A1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,19,41); }

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

background-color css

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

 a { background-color: rgb(106,19,41); }

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

border-color css

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

 span { border-color: rgb(106,19,41); }

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