Html Css Color HEX #67071B Pohutukawa

📋 copy color: '#67071B'

red 103 ◦ green 7 ◦ blue 27

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

Shades of Pohutukawa #67071B

Tints of Pohutukawa #67071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 75.18%
G = 5.11%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67071B (or 0x67071B) is known color: Pohutukawa. HEX triplet: 67, 07 and 1B. RGB value is (103,7,27). Sum of RGB (Red+Green+Blue) = 103+7+27=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #67071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67071B is #98F8E4. Grayscale: #262626. Windows color (decimal): -10025189 or 1771367. OLE color: 1771367.

HSL color Cylindrical-coordinate representation of color #67071B: hue angle of 347.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67071B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 7 27 -
CMYK 0 0.93 0.74 0.60
HSL 347.5º 0.87% 0.22% -
HSV(B) 347.5º 0.93% 0.4% -
XYZ 5.87 3.11 1.33 -
YUV 37.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 103 7 27 0 0.93 0.74 0.60 347.5 0.87 0.22
Hex 67 7 1B 0 5D 4A 3C 15C 57 16
Octal 147 7 33 0 135 112 74 534 127 26
Binary 1100111 111 11011 0 1011101 1001010 111100 101011100 1010111 10110

Color Harmonies of #67071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67071B

Black with #67071B

Text Example


Text Example

White with #67071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,7,27); }

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

background-color css

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

 a { background-color: rgb(103,7,27); }

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

border-color css

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

 span { border-color: rgb(103,7,27); }

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