Html Css Color HEX #6F0D2A Pohutukawa

📋 copy color: '#6F0D2A'

red 111 ◦ green 13 ◦ blue 42

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

Shades of Pohutukawa #6F0D2A

Tints of Pohutukawa #6F0D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

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

R = 66.87%
G = 7.83%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F0D2A (or 0x6F0D2A) is known color: Pohutukawa. HEX triplet: 6F, 0D and 2A. RGB value is (111,13,42). Sum of RGB (Red+Green+Blue) = 111+13+42=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D2A is #90F2D5. Grayscale: #2D2D2D. Windows color (decimal): -9499350 or 2755951. OLE color: 2755951.

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

Color convert

RGB 111 13 42 -
CMYK 0 0.88 0.62 0.56
HSL 342.24º 0.79% 0.24% -
HSV(B) 342.24º 0.88% 0.44% -
XYZ 7.12 3.83 2.56 -
YUV 45.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 111 13 42 0 0.88 0.62 0.56 342.24 0.79 0.24
Hex 6F D 2A 0 58 3E 38 156 4F 18
Octal 157 15 52 0 130 76 70 526 117 30
Binary 1101111 1101 101010 0 1011000 111110 111000 101010110 1001111 11000

Color Harmonies of #6F0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D2A

Black with #6F0D2A

Text Example


Text Example

White with #6F0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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