Html Css Color HEX #6F102A Pohutukawa

📋 copy color: '#6F102A'

red 111 ◦ green 16 ◦ blue 42

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

Shades of Pohutukawa #6F102A

Tints of Pohutukawa #6F102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 65.68%
G = 9.47%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F102A (or 0x6F102A) is known color: Pohutukawa. HEX triplet: 6F, 10 and 2A. RGB value is (111,16,42). Sum of RGB (Red+Green+Blue) = 111+16+42=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F102A is #90EFD5. Grayscale: #2F2F2F. Windows color (decimal): -9498582 or 2756719. OLE color: 2756719.

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

Color convert

RGB 111 16 42 -
CMYK 0 0.86 0.62 0.56
HSL 343.58º 0.75% 0.25% -
HSV(B) 343.58º 0.86% 0.44% -
XYZ 7.16 3.92 2.57 -
YUV 47.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 111 16 42 0 0.86 0.62 0.56 343.58 0.75 0.25
Hex 6F 10 2A 0 56 3E 38 158 4B 19
Octal 157 20 52 0 126 76 70 530 113 31
Binary 1101111 10000 101010 0 1010110 111110 111000 101011000 1001011 11001

Color Harmonies of #6F102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F102A

Black with #6F102A

Text Example


Text Example

White with #6F102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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