Html Css Color HEX #6A131A Pohutukawa

📋 copy color: '#6A131A'

red 106 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #6A131A

Tints of Pohutukawa #6A131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 70.2%
G = 12.58%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A131A (or 0x6A131A) is known color: Pohutukawa. HEX triplet: 6A, 13 and 1A. RGB value is (106,19,26). Sum of RGB (Red+Green+Blue) = 106+19+26=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A131A is #95ECE5. Grayscale: #2D2D2D. Windows color (decimal): -9825510 or 1708906. OLE color: 1708906.

HSL color Cylindrical-coordinate representation of color #6A131A: hue angle of 355.17º 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 #6A131A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 19 26 -
CMYK 0 0.82 0.75 0.58
HSL 355.17º 0.7% 0.25% -
HSV(B) 355.17º 0.82% 0.42% -
XYZ 6.36 3.6 1.34 -
YUV 45.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 106 19 26 0 0.82 0.75 0.58 355.17 0.7 0.25
Hex 6A 13 1A 0 52 4B 3A 163 46 19
Octal 152 23 32 0 122 113 72 543 106 31
Binary 1101010 10011 11010 0 1010010 1001011 111010 101100011 1000110 11001

Color Harmonies of #6A131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A131A

Black with #6A131A

Text Example


Text Example

White with #6A131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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