Html Css Color HEX #6B1229 Pohutukawa

📋 copy color: '#6B1229'

red 107 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #6B1229

Tints of Pohutukawa #6B1229

RGB

 RED value IS 107 (42.19% from 255) = 64.46%

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 64.46%
G = 10.84%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B1229 (or 0x6B1229) is known color: Pohutukawa. HEX triplet: 6B, 12 and 29. RGB value is (107,18,41). Sum of RGB (Red+Green+Blue) = 107+18+41=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1229 is #94EDD6. Grayscale: #2F2F2F. Windows color (decimal): -9760215 or 2691691. OLE color: 2691691.

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

Color convert

RGB 107 18 41 -
CMYK 0 0.83 0.62 0.58
HSL 344.49º 0.71% 0.25% -
HSV(B) 344.49º 0.83% 0.42% -
XYZ 6.68 3.72 2.46 -
YUV 47.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 107 18 41 0 0.83 0.62 0.58 344.49 0.71 0.25
Hex 6B 12 29 0 53 3E 3A 158 47 19
Octal 153 22 51 0 123 76 72 530 107 31
Binary 1101011 10010 101001 0 1010011 111110 111010 101011000 1000111 11001

Color Harmonies of #6B1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1229

Black with #6B1229

Text Example


Text Example

White with #6B1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,41); }

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

background-color css

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

 a { background-color: rgb(107,18,41); }

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

border-color css

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

 span { border-color: rgb(107,18,41); }

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