Html Css Color HEX #6A0D26 Pohutukawa

📋 copy color: '#6A0D26'

red 106 ◦ green 13 ◦ blue 38

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

Shades of Pohutukawa #6A0D26

Tints of Pohutukawa #6A0D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.28%

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

R = 67.52%
G = 8.28%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6A0D26 (or 0x6A0D26) is known color: Pohutukawa. HEX triplet: 6A, 0D and 26. RGB value is (106,13,38). Sum of RGB (Red+Green+Blue) = 106+13+38=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D26 is #95F2D9. Grayscale: #2B2B2B. Windows color (decimal): -9827034 or 2493802. OLE color: 2493802.

HSL color Cylindrical-coordinate representation of color #6A0D26: hue angle of 343.87º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D26 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 13 38 -
CMYK 0 0.88 0.64 0.58
HSL 343.87º 0.78% 0.23% -
HSV(B) 343.87º 0.88% 0.42% -
XYZ 6.44 3.49 2.17 -
YUV 43.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 106 13 38 0 0.88 0.64 0.58 343.87 0.78 0.23
Hex 6A D 26 0 58 40 3A 158 4E 17
Octal 152 15 46 0 130 100 72 530 116 27
Binary 1101010 1101 100110 0 1011000 1000000 111010 101011000 1001110 10111

Color Harmonies of #6A0D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0D26

Black with #6A0D26

Text Example


Text Example

White with #6A0D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,13,38); }

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

background-color css

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

 a { background-color: rgb(106,13,38); }

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

border-color css

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

 span { border-color: rgb(106,13,38); }

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