Html Css Color HEX #67112B Pohutukawa

📋 copy color: '#67112B'

red 103 ◦ green 17 ◦ blue 43

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

Shades of Pohutukawa #67112B

Tints of Pohutukawa #67112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 63.19%
G = 10.43%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#67112B (or 0x67112B) is known color: Pohutukawa. HEX triplet: 67, 11 and 2B. RGB value is (103,17,43). Sum of RGB (Red+Green+Blue) = 103+17+43=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67112B is #98EED4. Grayscale: #2D2D2D. Windows color (decimal): -10022613 or 2822503. OLE color: 2822503.

HSL color Cylindrical-coordinate representation of color #67112B: hue angle of 341.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67112B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 43 -
CMYK 0 0.83 0.58 0.60
HSL 341.86º 0.72% 0.24% -
HSV(B) 341.86º 0.83% 0.4% -
XYZ 6.23 3.46 2.62 -
YUV 45.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 103 17 43 0 0.83 0.58 0.60 341.86 0.72 0.24
Hex 67 11 2B 0 53 3A 3C 156 48 18
Octal 147 21 53 0 123 72 74 526 110 30
Binary 1100111 10001 101011 0 1010011 111010 111100 101010110 1001000 11000

Color Harmonies of #67112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67112B

Black with #67112B

Text Example


Text Example

White with #67112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67112B; }

 p { color: rgb(103,17,43); }

 H1.HeaderClassName
 {
   color: #67112B;
 }
 .AnyTagClassName
 {
   color: #67112B;
 }
</style>

background-color css

<style>
 a { background-color: #67112B; }

 a { background-color: rgb(103,17,43); }

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

border-color css

<style>
 span { border-color: #67112B; }

 span { border-color: rgb(103,17,43); }

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