Html Css Color HEX #67121F Pohutukawa

📋 copy color: '#67121F'

red 103 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #67121F

Tints of Pohutukawa #67121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 67.76%
G = 11.84%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67121F (or 0x67121F) is known color: Pohutukawa. HEX triplet: 67, 12 and 1F. RGB value is (103,18,31). Sum of RGB (Red+Green+Blue) = 103+18+31=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67121F is #98EDE0. Grayscale: #2C2C2C. Windows color (decimal): -10022369 or 2036327. OLE color: 2036327.

HSL color Cylindrical-coordinate representation of color #67121F: hue angle of 350.82º degrees, saturation: 0.7, 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 #67121F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 31 -
CMYK 0 0.83 0.70 0.60
HSL 350.82º 0.7% 0.24% -
HSV(B) 350.82º 0.83% 0.4% -
XYZ 6.06 3.42 1.64 -
YUV 44.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 103 18 31 0 0.83 0.70 0.60 350.82 0.7 0.24
Hex 67 12 1F 0 53 46 3C 15F 46 18
Octal 147 22 37 0 123 106 74 537 106 30
Binary 1100111 10010 11111 0 1010011 1000110 111100 101011111 1000110 11000

Color Harmonies of #67121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67121F

Black with #67121F

Text Example


Text Example

White with #67121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67121F; }

 p { color: rgb(103,18,31); }

 H1.HeaderClassName
 {
   color: #67121F;
 }
 .AnyTagClassName
 {
   color: #67121F;
 }
</style>

background-color css

<style>
 a { background-color: #67121F; }

 a { background-color: rgb(103,18,31); }

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

border-color css

<style>
 span { border-color: #67121F; }

 span { border-color: rgb(103,18,31); }

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