Html Css Color HEX #670B14 Pohutukawa

📋 copy color: '#670B14'

red 103 ◦ green 11 ◦ blue 20

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

Shades of Pohutukawa #670B14

Tints of Pohutukawa #670B14

RGB

 RED value IS 103 (40.63% from 255) = 76.87%

 GREEN value IS 11 (4.69% from 255) = 8.21%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 76.87%
G = 8.21%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#670B14 (or 0x670B14) is known color: Pohutukawa. HEX triplet: 67, 0B and 14. RGB value is (103,11,20). Sum of RGB (Red+Green+Blue) = 103+11+20=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #670B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670B14 is #98F4EB. Grayscale: #272727. Windows color (decimal): -10024172 or 1313639. OLE color: 1313639.

HSL color Cylindrical-coordinate representation of color #670B14: hue angle of 354.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B14 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 11 20 -
CMYK 0 0.89 0.81 0.60
HSL 354.13º 0.81% 0.22% -
HSV(B) 354.13º 0.89% 0.4% -
XYZ 5.84 3.17 0.97 -
YUV 39.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 103 11 20 0 0.89 0.81 0.60 354.13 0.81 0.22
Hex 67 B 14 0 59 51 3C 162 51 16
Octal 147 13 24 0 131 121 74 542 121 26
Binary 1100111 1011 10100 0 1011001 1010001 111100 101100010 1010001 10110

Color Harmonies of #670B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670B14

Black with #670B14

Text Example


Text Example

White with #670B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670B14; }

 p { color: rgb(103,11,20); }

 H1.HeaderClassName
 {
   color: #670B14;
 }
 .AnyTagClassName
 {
   color: #670B14;
 }
</style>

background-color css

<style>
 a { background-color: #670B14; }

 a { background-color: rgb(103,11,20); }

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

border-color css

<style>
 span { border-color: #670B14; }

 span { border-color: rgb(103,11,20); }

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