Html Css Color HEX #6F0D27 Pohutukawa

📋 copy color: '#6F0D27'

red 111 ◦ green 13 ◦ blue 39

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

Shades of Pohutukawa #6F0D27

Tints of Pohutukawa #6F0D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 68.1%
G = 7.98%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F0D27 (or 0x6F0D27) is known color: Pohutukawa. HEX triplet: 6F, 0D and 27. RGB value is (111,13,39). Sum of RGB (Red+Green+Blue) = 111+13+39=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D27 is #90F2D8. Grayscale: #2D2D2D. Windows color (decimal): -9499353 or 2559343. OLE color: 2559343.

HSL color Cylindrical-coordinate representation of color #6F0D27: hue angle of 344.08º 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 #6F0D27 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 13 39 -
CMYK 0 0.88 0.65 0.56
HSL 344.08º 0.79% 0.24% -
HSV(B) 344.08º 0.88% 0.44% -
XYZ 7.07 3.81 2.28 -
YUV 45.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 111 13 39 0 0.88 0.65 0.56 344.08 0.79 0.24
Hex 6F D 27 0 58 41 38 158 4F 18
Octal 157 15 47 0 130 101 70 530 117 30
Binary 1101111 1101 100111 0 1011000 1000001 111000 101011000 1001111 11000

Color Harmonies of #6F0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D27

Black with #6F0D27

Text Example


Text Example

White with #6F0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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