Html Css Color HEX #6F1129 Pohutukawa

📋 copy color: '#6F1129'

red 111 ◦ green 17 ◦ blue 41

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

Shades of Pohutukawa #6F1129

Tints of Pohutukawa #6F1129

RGB

 RED value IS 111 (43.75% from 255) = 65.68%

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

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

R = 65.68%
G = 10.06%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F1129 (or 0x6F1129) is known color: Pohutukawa. HEX triplet: 6F, 11 and 29. RGB value is (111,17,41). Sum of RGB (Red+Green+Blue) = 111+17+41=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1129 is #90EED6. Grayscale: #2F2F2F. Windows color (decimal): -9498327 or 2691439. OLE color: 2691439.

HSL color Cylindrical-coordinate representation of color #6F1129: hue angle of 344.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1129 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 41 -
CMYK 0 0.85 0.63 0.56
HSL 344.68º 0.73% 0.25% -
HSV(B) 344.68º 0.85% 0.44% -
XYZ 7.16 3.94 2.48 -
YUV 47.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 111 17 41 0 0.85 0.63 0.56 344.68 0.73 0.25
Hex 6F 11 29 0 55 3F 38 159 49 19
Octal 157 21 51 0 125 77 70 531 111 31
Binary 1101111 10001 101001 0 1010101 111111 111000 101011001 1001001 11001

Color Harmonies of #6F1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1129

Black with #6F1129

Text Example


Text Example

White with #6F1129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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