Html Css Color HEX #6F122A Pohutukawa

📋 copy color: '#6F122A'

red 111 ◦ green 18 ◦ blue 42

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

Shades of Pohutukawa #6F122A

Tints of Pohutukawa #6F122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 64.91%
G = 10.53%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F122A (or 0x6F122A) is known color: Pohutukawa. HEX triplet: 6F, 12 and 2A. RGB value is (111,18,42). Sum of RGB (Red+Green+Blue) = 111+18+42=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F122A is #90EDD5. Grayscale: #303030. Windows color (decimal): -9498070 or 2757231. OLE color: 2757231.

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

Color convert

RGB 111 18 42 -
CMYK 0 0.84 0.62 0.56
HSL 344.52º 0.72% 0.25% -
HSV(B) 344.52º 0.84% 0.44% -
XYZ 7.19 3.98 2.58 -
YUV 48.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 111 18 42 0 0.84 0.62 0.56 344.52 0.72 0.25
Hex 6F 12 2A 0 54 3E 38 159 48 19
Octal 157 22 52 0 124 76 70 531 110 31
Binary 1101111 10010 101010 0 1010100 111110 111000 101011001 1001000 11001

Color Harmonies of #6F122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F122A

Black with #6F122A

Text Example


Text Example

White with #6F122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,42); }

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

background-color css

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

 a { background-color: rgb(111,18,42); }

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

border-color css

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

 span { border-color: rgb(111,18,42); }

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