Html Css Color HEX #6A131C Pohutukawa

📋 copy color: '#6A131C'

red 106 ◦ green 19 ◦ blue 28

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

Shades of Pohutukawa #6A131C

Tints of Pohutukawa #6A131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.3%

R = 69.28%
G = 12.42%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6A131C (or 0x6A131C) is known color: Pohutukawa. HEX triplet: 6A, 13 and 1C. RGB value is (106,19,28). Sum of RGB (Red+Green+Blue) = 106+19+28=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A131C is #95ECE3. Grayscale: #2E2E2E. Windows color (decimal): -9825508 or 1839978. OLE color: 1839978.

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

Color convert

RGB 106 19 28 -
CMYK 0 0.82 0.74 0.58
HSL 353.79º 0.7% 0.25% -
HSV(B) 353.79º 0.82% 0.42% -
XYZ 6.39 3.61 1.46 -
YUV 46.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 106 19 28 0 0.82 0.74 0.58 353.79 0.7 0.25
Hex 6A 13 1C 0 52 4A 3A 162 46 19
Octal 152 23 34 0 122 112 72 542 106 31
Binary 1101010 10011 11100 0 1010010 1001010 111010 101100010 1000110 11001

Color Harmonies of #6A131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A131C

Black with #6A131C

Text Example


Text Example

White with #6A131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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