Html Css Color HEX #6A141F Pohutukawa

📋 copy color: '#6A141F'

red 106 ◦ green 20 ◦ blue 31

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

Shades of Pohutukawa #6A141F

Tints of Pohutukawa #6A141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 67.52%
G = 12.74%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6A141F (or 0x6A141F) is known color: Pohutukawa. HEX triplet: 6A, 14 and 1F. RGB value is (106,20,31). Sum of RGB (Red+Green+Blue) = 106+20+31=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A141F is #95EBE0. Grayscale: #2F2F2F. Windows color (decimal): -9825249 or 2036842. OLE color: 2036842.

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

Color convert

RGB 106 20 31 -
CMYK 0 0.81 0.71 0.58
HSL 352.33º 0.68% 0.25% -
HSV(B) 352.33º 0.81% 0.42% -
XYZ 6.44 3.66 1.66 -
YUV 46.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 106 20 31 0 0.81 0.71 0.58 352.33 0.68 0.25
Hex 6A 14 1F 0 51 47 3A 160 44 19
Octal 152 24 37 0 121 107 72 540 104 31
Binary 1101010 10100 11111 0 1010001 1000111 111010 101100000 1000100 11001

Color Harmonies of #6A141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A141F

Black with #6A141F

Text Example


Text Example

White with #6A141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,20,31); }

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

background-color css

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

 a { background-color: rgb(106,20,31); }

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

border-color css

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

 span { border-color: rgb(106,20,31); }

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