Html Css Color HEX #6C1129 Pohutukawa

📋 copy color: '#6C1129'

red 108 ◦ green 17 ◦ blue 41

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

Shades of Pohutukawa #6C1129

Tints of Pohutukawa #6C1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 65.06%
G = 10.24%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C1129 (or 0x6C1129) is known color: Pohutukawa. HEX triplet: 6C, 11 and 29. RGB value is (108,17,41). Sum of RGB (Red+Green+Blue) = 108+17+41=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1129 is #93EED6. Grayscale: #2E2E2E. Windows color (decimal): -9694935 or 2691436. OLE color: 2691436.

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

Color convert

RGB 108 17 41 -
CMYK 0 0.84 0.62 0.58
HSL 344.18º 0.73% 0.25% -
HSV(B) 344.18º 0.84% 0.42% -
XYZ 6.79 3.75 2.46 -
YUV 46.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 108 17 41 0 0.84 0.62 0.58 344.18 0.73 0.25
Hex 6C 11 29 0 54 3E 3A 158 49 19
Octal 154 21 51 0 124 76 72 530 111 31
Binary 1101100 10001 101001 0 1010100 111110 111010 101011000 1001001 11001

Color Harmonies of #6C1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1129

Black with #6C1129

Text Example


Text Example

White with #6C1129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,41); }

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

background-color css

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

 a { background-color: rgb(108,17,41); }

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

border-color css

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

 span { border-color: rgb(108,17,41); }

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