Html Css Color HEX #6A1526 Pohutukawa

📋 copy color: '#6A1526'

red 106 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #6A1526

Tints of Pohutukawa #6A1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 64.24%
G = 12.73%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6A1526 (or 0x6A1526) is known color: Pohutukawa. HEX triplet: 6A, 15 and 26. RGB value is (106,21,38). Sum of RGB (Red+Green+Blue) = 106+21+38=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1526 is #95EAD9. Grayscale: #303030. Windows color (decimal): -9824986 or 2495850. OLE color: 2495850.

HSL color Cylindrical-coordinate representation of color #6A1526: hue angle of 348º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1526 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 38 -
CMYK 0 0.80 0.64 0.58
HSL 348º 0.67% 0.25% -
HSV(B) 348º 0.8% 0.42% -
XYZ 6.56 3.74 2.21 -
YUV 48.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 106 21 38 0 0.80 0.64 0.58 348 0.67 0.25
Hex 6A 15 26 0 50 40 3A 15C 43 19
Octal 152 25 46 0 120 100 72 534 103 31
Binary 1101010 10101 100110 0 1010000 1000000 111010 101011100 1000011 11001

Color Harmonies of #6A1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1526

Black with #6A1526

Text Example


Text Example

White with #6A1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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