Html Css Color HEX #6C1A2B Pohutukawa

📋 copy color: '#6C1A2B'

red 108 ◦ green 26 ◦ blue 43

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

Shades of Pohutukawa #6C1A2B

Tints of Pohutukawa #6C1A2B

RGB

 RED value IS 108 (42.58% from 255) = 61.02%

 GREEN value IS 26 (10.55% from 255) = 14.69%

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 61.02%
G = 14.69%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6C1A2B (or 0x6C1A2B) is known color: Pohutukawa. HEX triplet: 6C, 1A and 2B. RGB value is (108,26,43). Sum of RGB (Red+Green+Blue) = 108+26+43=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A2B is #93E5D4. Grayscale: #343434. Windows color (decimal): -9692629 or 2824812. OLE color: 2824812.

HSL color Cylindrical-coordinate representation of color #6C1A2B: hue angle of 347.56º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A2B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 26 43 -
CMYK 0 0.76 0.60 0.58
HSL 347.56º 0.61% 0.26% -
HSV(B) 347.56º 0.76% 0.42% -
XYZ 6.99 4.1 2.71 -
YUV 52.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 108 26 43 0 0.76 0.60 0.58 347.56 0.61 0.26
Hex 6C 1A 2B 0 4C 3C 3A 15C 3D 1A
Octal 154 32 53 0 114 74 72 534 75 32
Binary 1101100 11010 101011 0 1001100 111100 111010 101011100 111101 11010

Color Harmonies of #6C1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A2B

Black with #6C1A2B

Text Example


Text Example

White with #6C1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,43); }

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

background-color css

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

 a { background-color: rgb(108,26,43); }

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

border-color css

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

 span { border-color: rgb(108,26,43); }

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